Index: cc/trees/layer_tree_settings.h |
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h |
index 8192b3d5e56ffdfb4af0a1a9766b064b06db03b2..5cf1efed79c3456ee3c0ff2562c0673064154f65 100644 |
--- a/cc/trees/layer_tree_settings.h |
+++ b/cc/trees/layer_tree_settings.h |
@@ -21,6 +21,7 @@ class CC_EXPORT LayerTreeSettings { |
bool impl_side_painting; |
bool allow_antialiasing; |
bool throttle_frame_production; |
+ bool single_thread_proxy_scheduler; |
enne (OOO)
2014/06/18 21:03:42
It seemed like the safest way to make the Android
|
bool begin_frame_scheduling_enabled; |
bool main_frame_before_draw_enabled; |
bool main_frame_before_activation_enabled; |