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

Unified Diff: cc/scheduler/scheduler_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/scheduler/scheduler.cc ('k') | cc/scheduler/scheduler_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/scheduler_settings.h
diff --git a/cc/scheduler/scheduler_settings.h b/cc/scheduler/scheduler_settings.h
index c63d2e1a32b452cfd1a29a00db41f99a894ed348..f59f52ef397193e2bce9bea148aa85a2ffb1defa 100644
--- a/cc/scheduler/scheduler_settings.h
+++ b/cc/scheduler/scheduler_settings.h
@@ -33,6 +33,7 @@ class CC_EXPORT SchedulerSettings {
bool timeout_and_draw_when_animation_checkerboards = true;
bool using_synchronous_renderer_compositor = false;
bool abort_commit_before_compositor_frame_sink_creation = true;
+ bool enable_latency_recovery = true;
int maximum_number_of_failed_draws_before_draw_is_forced = 3;
base::TimeDelta background_frame_interval = base::TimeDelta::FromSeconds(1);
« no previous file with comments | « cc/scheduler/scheduler.cc ('k') | cc/scheduler/scheduler_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698