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

Unified Diff: cc/scheduler/scheduler_settings.h

Issue 2641033002: cc: Remove unused scheduler setting. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | 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 00941a0ea8ec503fa5c7df75d5a42fff65a161f6..c6cc220ae69e71d174cbfb5e10e314be0198bc6f 100644
--- a/cc/scheduler/scheduler_settings.h
+++ b/cc/scheduler/scheduler_settings.h
@@ -32,7 +32,6 @@ class CC_EXPORT SchedulerSettings {
bool commit_to_active_tree = false;
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;
« no previous file with comments | « no previous file | cc/scheduler/scheduler_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698