Polish ASHierarchyState implementation, fix old comment typos, work on test breakages.

This commit is contained in:
Scott Goodson
2015-12-06 15:04:47 -08:00
parent 67aec97523
commit 271f288a19
4 changed files with 47 additions and 18 deletions

View File

@@ -87,7 +87,7 @@ static void __ASDisplayLayerDecrementConcurrentDisplayCount(BOOL displayIsAsync,
BOOL rasterizingFromAscendent = (_hierarchyState & ASHierarchyStateRasterized);
// if super node is rasterizing descendents, subnodes will not have had layout calls becase they don't have layers
// if super node is rasterizing descendents, subnodes will not have had layout calls because they don't have layers
if (rasterizingFromAscendent) {
[self __layout];
}