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

Unified Diff: cc/scheduler/scheduler_settings.h

Issue 2323123002: Make disable vsync run the renderer independently (Closed)
Patch Set: Rebase 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 70388b454c61ea05ca860fb79faf205ea3a15353..c63d2e1a32b452cfd1a29a00db41f99a894ed348 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 throttle_frame_production = true;
bool abort_commit_before_compositor_frame_sink_creation = true;
int maximum_number_of_failed_draws_before_draw_is_forced = 3;
« 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