Some clean up

This commit is contained in:
Adlai Holler
2016-01-07 23:39:11 -08:00
parent ea304f7f37
commit b5b5f9f559
5 changed files with 34 additions and 31 deletions

View File

@@ -50,6 +50,9 @@ FOUNDATION_EXPORT NSString * const ASRenderingEngineDidDisplayNodesScheduledBefo
@interface ASDisplayNode ()
{
@package
_ASPendingState *_pendingViewState;
@protected
// Protects access to _view, _layer, _pendingViewState, _subnodes, _supernode, and other properties which are accessed from multiple threads.
ASDN::RecursiveMutex _propertyLock;
@@ -92,8 +95,6 @@ FOUNDATION_EXPORT NSString * const ASRenderingEngineDidDisplayNodesScheduledBefo
// keeps track of nodes/subnodes that have not finished display, used with placeholders
NSMutableSet *_pendingDisplayNodes;
_ASPendingState *_pendingViewState;
struct ASDisplayNodeFlags {
// public properties