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

Unified Diff: cc/scheduler/scheduler_settings.h

Issue 2323123002: Make disable vsync run the renderer independently (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
Index: cc/scheduler/scheduler_settings.h
diff --git a/cc/scheduler/scheduler_settings.h b/cc/scheduler/scheduler_settings.h
index bc047179444b5e0f283eee54cf2005d242c0457b..b334c8e02c5aee543af70d7e9955e67d623c7f13 100644
--- a/cc/scheduler/scheduler_settings.h
+++ b/cc/scheduler/scheduler_settings.h
@@ -26,13 +26,11 @@ class CC_EXPORT SchedulerSettings {
SchedulerSettings(const SchedulerSettings& other);
~SchedulerSettings();
- bool use_external_begin_frame_source;
enne (OOO) 2016/09/08 22:19:52 Unused, so removed this too as I had to modify sch
bool main_frame_while_swap_throttled_enabled;
bool main_frame_before_activation_enabled;
bool commit_to_active_tree;
bool timeout_and_draw_when_animation_checkerboards;
bool using_synchronous_renderer_compositor;
- bool throttle_frame_production;
bool abort_commit_before_output_surface_creation;
int maximum_number_of_failed_draws_before_draw_is_forced;

Powered by Google App Engine
This is Rietveld 408576698