Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(896)

Unified Diff: cc/trees/layer_tree_settings.h

Issue 423773002: Unified BeginFrame scheduling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Working on aura with --enable-begin-frame-scheduling Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698