[ASDisplayNode] Move constrainedSize to layout

This commit is contained in:
Levi McCallum
2016-05-20 12:43:35 -07:00
parent a004cc7263
commit 19e949e02f
4 changed files with 13 additions and 37 deletions

View File

@@ -103,8 +103,6 @@ FOUNDATION_EXPORT NSString * const ASRenderingEngineDidDisplayNodesScheduledBefo
ASEnvironmentState _environmentState;
ASLayout *_layout;
ASSizeRange _constrainedSize;
UIEdgeInsets _hitTestSlop;
NSMutableArray *_subnodes;