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

Unified Diff: cc/trees/layer_tree_settings.h

Issue 2354673003: Add setting to disable latency recovery for tests (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/trees/layer_tree_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_settings.h
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
index c4e063d4e5ff35fdb0cd6b583d8a485f66b3233e..54d25d25955243c120127c89b927af10b46950c5 100644
--- a/cc/trees/layer_tree_settings.h
+++ b/cc/trees/layer_tree_settings.h
@@ -44,6 +44,7 @@ class CC_EXPORT LayerTreeSettings {
bool use_compositor_frame_sink_begin_frame_source = true;
bool main_frame_before_activation_enabled = false;
bool using_synchronous_renderer_compositor = false;
+ bool enable_latency_recovery = true;
bool can_use_lcd_text = true;
bool use_distance_field_text = false;
bool gpu_rasterization_enabled = false;
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/trees/layer_tree_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698