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

Unified Diff: cc/scheduler/scheduler_settings.cc

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 | « cc/scheduler/scheduler_settings.h ('k') | cc/scheduler/scheduler_state_machine.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 0a95df8548ad8ff136616144e15b8f50d987e3c6..07386d0b80a04acecb52bc8ee7781e253be560bc 100644
--- a/cc/scheduler/scheduler_settings.cc
+++ b/cc/scheduler/scheduler_settings.cc
@@ -31,8 +31,6 @@ SchedulerSettings::AsValue() const {
using_synchronous_renderer_compositor);
state->SetInteger("background_frame_interval",
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/scheduler/scheduler_state_machine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698