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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 1177383005: cc: Add command line for frame production throttle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format Created 5 years, 6 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 a38e58cb07d6e8d8c3112d58fe3238c555e10158..88bfe4b9ad71e35cdb9bbf5afd0c93bbda5934c7 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -91,6 +91,7 @@ class CC_EXPORT LayerTreeSettings {
bool gather_pixel_refs;
bool use_compositor_animation_timelines;
bool invert_viewport_scroll_order;
+ bool throttle_frame_production;
LayerTreeDebugState initial_debug_state;

Powered by Google App Engine
This is Rietveld 408576698