Introduce Temporary Internal API to Allow Workaround for Threading Affinity Violation

See D1809545 in fbobjc.
This commit is contained in:
Brian Amerige
2015-01-28 11:33:29 -08:00
parent d5f18f7637
commit 0c2bbd2aab
2 changed files with 20 additions and 3 deletions

View File

@@ -120,6 +120,9 @@ typedef NS_OPTIONS(NSUInteger, ASDisplayNodeMethodOverrides) {
- (BOOL)__shouldSize;
- (void)__exitedHierarchy;
// Core implementation of -measure:. Must be called with _propertyLock held.
- (CGSize)__measure:(CGSize)constrainedSize;
- (void)__layout;
- (void)__setSupernode:(ASDisplayNode *)supernode;