[ASDisplayNode] Remove misplaced comment that has been replaced

This commit is contained in:
Adlai Holler
2016-02-22 09:06:36 -08:00
parent 03d2b57991
commit f4e4c501f1

View File

@@ -1047,11 +1047,6 @@ static inline void filterNodesInLayoutAtIndexesWithIntersectingNodes(
}
}
// If not rasterized (and therefore we certainly have a view or layer),
// Send the message to the view/layer first, as scheduleNodeForDisplay may call -displayIfNeeded.
// Wrapped / synchronous nodes created with initWithView/LayerBlock: do not need scheduleNodeForDisplay,
// as they don't need to display in the working range at all - since at all times onscreen, one
// -setNeedsDisplay to the CALayer will result in a synchronous display in the next frame.
- (void)__setNeedsDisplay
{
BOOL nowDisplay = ASInterfaceStateIncludesDisplay(_interfaceState);