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

Unified Diff: cc/scheduler/scheduler_settings.h

Issue 16871016: cc: Use BeginFrameArgs (Closed) Base URL: http://git.chromium.org/chromium/src.git@bfargs2
Patch Set: Fixed all existing tests! New tests pending... Created 7 years, 5 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 ff00fc32b361e265bc40b6d87f84340c49ff154f..cbc88e453430d15eb5c4c36a5e8f6ee79bf2fb08 100644
--- a/cc/scheduler/scheduler_settings.h
+++ b/cc/scheduler/scheduler_settings.h
@@ -18,6 +18,7 @@ class CC_EXPORT SchedulerSettings {
bool timeout_and_draw_when_animation_checkerboards;
bool using_synchronous_renderer_compositor;
bool throttle_frame_production;
+ bool use_begin_frame_workaround_for_crbug_249806;
brianderson 2013/07/18 02:02:49 I added this to avoid the workaround being enabled
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698