Address another round of comments

This commit is contained in:
Michael Schneider
2016-11-18 09:50:49 -08:00
parent fc747ca58a
commit f9c70470d8
5 changed files with 39 additions and 28 deletions

View File

@@ -187,7 +187,7 @@ __unused static NSString * _Nonnull NSStringFromASHierarchyState(ASHierarchyStat
* @abstract Subclass hook for nodes that are acting as root nodes. This method is called if one of the subnodes
* size is invalidated and may need to result in a different size as the current calculated size.
*/
- (void)displayNodeDidInvalidateSizeNewSize:(CGSize)newSize;
- (void)_locked_displayNodeDidInvalidateSizeNewSize:(CGSize)newSize;
@end