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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 23796002: cc: Implement deadine scheduling disabled by default (Closed) Base URL: http://git.chromium.org/chromium/src.git@schedReadback4
Patch Set: Rebase on epenner's ManageTiles patch Created 7 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: content/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 9eae757e24566c83bf771d29e2502f8361db1255..56d2ba19634b9ce835b8ce97a4a85cf67364cad9 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1023,10 +1023,12 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kBackgroundColorInsteadOfCheckerboard,
cc::switches::kCompositeToMailbox,
cc::switches::kDisableCompositedAntialiasing,
+ cc::switches::kDisableDeadlineScheduling,
cc::switches::kDisableImplSidePainting,
cc::switches::kDisableLCDText,
cc::switches::kDisableMapImage,
cc::switches::kDisableThreadedAnimation,
+ cc::switches::kEnableDeadlineScheduling,
cc::switches::kEnableImplSidePainting,
cc::switches::kEnableLCDText,
cc::switches::kEnableMapImage,

Powered by Google App Engine
This is Rietveld 408576698