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

Unified Diff: cc/scheduler/scheduler_settings.cc

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/scheduler/scheduler_settings.h ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/scheduler_settings.cc
diff --git a/cc/scheduler/scheduler_settings.cc b/cc/scheduler/scheduler_settings.cc
index d31c932eead72d32af1aef2d83f0a8e9380bf540..5e66d5c932200f74b87c19167df4502889bc2e18 100644
--- a/cc/scheduler/scheduler_settings.cc
+++ b/cc/scheduler/scheduler_settings.cc
@@ -33,6 +33,7 @@ SchedulerSettings::AsValue() const {
background_frame_interval.InMicroseconds());
state->SetBoolean("abort_commit_before_compositor_frame_sink_creation",
abort_commit_before_compositor_frame_sink_creation);
+ state->SetBoolean("enable_latency_recovery", enable_latency_recovery);
return std::move(state);
}
« no previous file with comments | « cc/scheduler/scheduler_settings.h ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698