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 bbd594953831ea4bc7d087a1b0ba9f4f5eb8f4f2..0cb00a37f203dc1490609a873b5fd601730c7334 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1118,7 +1118,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDomAutomationController, |
switches::kEnableAcceleratedFixedRootBackground, |
switches::kEnableAcceleratedOverflowScroll, |
- switches::kEnableBeginFrameScheduling, |
switches::kEnableBleedingEdgeRenderingFastPaths, |
switches::kEnableCompositingForFixedPosition, |
switches::kEnableCompositingForTransition, |
@@ -1204,6 +1203,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kDisableMainFrameBeforeActivation, |
cc::switches::kDisableMainFrameBeforeDraw, |
cc::switches::kDisableThreadedAnimation, |
+ cc::switches::kEnableBeginFrameScheduling, |
cc::switches::kEnableGpuBenchmarking, |
cc::switches::kEnableMainFrameBeforeActivation, |
cc::switches::kEnableTopControlsPositionCalculation, |