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

Unified Diff: cc/scheduler/scheduler_settings.h

Issue 1131633003: cc: Use multiple PrepareTiles approaches Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 421409ab4dc01735cb9f5fad7a5af9878fac2d3e..8a2618e04b27de1c72ec0a6117ede220f321eefe 100644
--- a/cc/scheduler/scheduler_settings.h
+++ b/cc/scheduler/scheduler_settings.h
@@ -26,10 +26,9 @@ class CC_EXPORT SchedulerSettings {
bool use_external_begin_frame_source;
bool main_frame_before_activation_enabled;
bool impl_side_painting;
- bool timeout_and_draw_when_animation_checkerboards;
- int maximum_number_of_failed_draws_before_draw_is_forced_;
bool using_synchronous_renderer_compositor;
bool throttle_frame_production;
+ bool draw_and_swap_full_viewport_every_frame;
// In main thread low latency mode the entire
// BeginMainFrame->Commit->Activation->Draw cycle should complete before

Powered by Google App Engine
This is Rietveld 408576698