Final cleanup for initial version of removing the UIWindow-based render range.

The UIWindow mode remains enabled by default, but rendering and the test suite works correctly both enabled and disabled.
This commit is contained in:
Scott Goodson
2015-12-18 18:47:08 -08:00
parent c6759671e6
commit 578d0f4f78
5 changed files with 10 additions and 34 deletions

View File

@@ -19,6 +19,10 @@
#import "ASThread.h"
#import "ASLayoutOptions.h"
// Project-wide control for whether the offscreen UIWindow is used for display, or if
// ASDK's internal system for coalescing and triggering display events is used.
#define USE_WORKING_WINDOW 1
/**
Hierarchy state is propogated from nodes to all of their children when certain behaviors are required from the subtree.
Examples include rasterization and external driving of the .interfaceState property.