Index: cc/trees/layer_tree_settings.h |
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h |
index bad3bf4f4d47a2a66778ec48a9d1ab083ab51701..427d06a5f390d0a2fbcea9553761b4f93dfa11d7 100644 |
--- a/cc/trees/layer_tree_settings.h |
+++ b/cc/trees/layer_tree_settings.h |
@@ -81,6 +81,7 @@ class CC_EXPORT LayerTreeSettings { |
size_t texture_id_allocation_chunk_size; |
bool use_occlusion_for_tile_prioritization; |
bool record_full_layer; |
+ bool begin_frame_publisher; |
brianderson
2014/08/21 00:13:59
Group with begin_frame_scheduling_enabled.
simonhong
2014/08/26 08:24:48
Done.
|
LayerTreeDebugState initial_debug_state; |
}; |