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

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

Issue 23907006: cc: Allow sending BeginMainFrame before draw or activation (Closed) Base URL: http://git.chromium.org/chromium/src.git@schedDeadline3
Patch Set: Block main thread from state machine; remove completion event; 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 a439273c597928bcb03d9fbeebcd81d1e19df8b9..8c96a497fc3de73f977f950d4b732e4f5ed0d4f7 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1013,6 +1013,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kDisableDeadlineScheduling,
cc::switches::kDisableImplSidePainting,
cc::switches::kDisableMapImage,
+ cc::switches::kDisableStartCommitBeforeActivate,
+ cc::switches::kDisableStartCommitBeforeDraw,
cc::switches::kDisableThreadedAnimation,
cc::switches::kEnableDeadlineScheduling,
cc::switches::kEnableImplSidePainting,
@@ -1020,6 +1022,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
cc::switches::kEnablePartialSwap,
cc::switches::kEnablePerTilePainting,
cc::switches::kEnablePinchVirtualViewport,
+ cc::switches::kEnableStartCommitBeforeDraw,
+ cc::switches::kEnableStartCommitBeforeActivate,
cc::switches::kEnableTopControlsPositionCalculation,
cc::switches::kForceDirectLayerDrawing,
cc::switches::kLowResolutionContentsScaleFactor,

Powered by Google App Engine
This is Rietveld 408576698