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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 23907006: cc: Allow sending BeginMainFrame before draw or activation (Closed) Base URL: http://git.chromium.org/chromium/src.git@schedDeadline3
Patch Set: fix typo Created 6 years, 10 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 28a962e68343e36b95bf4edbd1036cc1cecec66d..5310b7ac570cf4d328067b006f18040bdddf67c7 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -23,6 +23,8 @@ class CC_EXPORT LayerTreeSettings {
bool throttle_frame_production;
bool begin_impl_frame_scheduling_enabled;
bool deadline_scheduling_enabled;
+ bool start_commit_before_draw_enabled;
+ bool start_commit_before_activate_enabled;
bool using_synchronous_renderer_compositor;
bool per_tile_painting_enabled;
bool partial_swap_enabled;

Powered by Google App Engine
This is Rietveld 408576698