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

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

Issue 1177383005: cc: Add command line for frame production throttle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: followed Brian`s comment Created 5 years, 6 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 db5ea5d7a4f71b2d7cb1e95f9a9fff93aee979b7..786f1e41d335d41acb9e041db01cc5378c8086a0 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1357,6 +1357,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kStrictLayerPropertyChangeChecking,
cc::switches::kTopControlsHideThreshold,
cc::switches::kTopControlsShowThreshold,
+ cc::switches::kDisableDisplayVsync,
brianderson 2015/06/24 01:16:45 Please group this one with kDisableGpuVsync since
Jimmy Jo 2015/06/24 09:38:31 Done.
+ cc::switches::kDisableCompositorVsync,
scheduler::switches::kDisableBlinkScheduler,

Powered by Google App Engine
This is Rietveld 408576698