More tests, all but 1 passing

This commit is contained in:
Adlai Holler
2016-02-11 18:43:40 -08:00
parent 1514cef36d
commit a46bd8e29b
7 changed files with 179 additions and 28 deletions

View File

@@ -152,10 +152,15 @@ FOUNDATION_EXPORT NSString * const ASRenderingEngineDidDisplayNodesScheduledBefo
- (BOOL)__shouldSize;
/**
Invoked by a call to setNeedsLayout to the underlying view
Invoked before a call to setNeedsLayout to the underlying view
*/
- (void)__setNeedsLayout;
/**
Invoked after a call to setNeedsDisplay to the underlying view
*/
- (void)__setNeedsDisplay;
- (void)__layout;
- (void)__setSupernode:(ASDisplayNode *)supernode;