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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 15058004: cc: Rename VSync to BeginFrame (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Android Created 7 years, 7 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 801c74709573683257d138a53b8ef52a82ba6ebc..17ca5f1c44c09f9784bfe3398683f1b5729ed5f4 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -21,9 +21,9 @@ class CC_EXPORT LayerTreeSettings {
bool accelerate_painting;
bool compositor_frame_message;
bool impl_side_painting;
- bool render_vsync_enabled;
- bool render_vsync_notification_enabled;
- bool synchronously_disable_vsync;
+ bool throttle_frame_production;
+ bool render_parent_drives_begin_impl_frame_;
+ bool using_synchronous_renderer_compositor;
bool per_tile_painting_enabled;
bool partial_swap_enabled;
bool cache_render_pass_contents;

Powered by Google App Engine
This is Rietveld 408576698