| 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 3aad67234b7f762720118735e80f29b5bb6f3a03..54bd5fed7da04422c5c8f4c808dc68aeb42ea769 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1117,7 +1117,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableV8IdleNotificationAfterCommit,
|
| switches::kDisableZeroCopy,
|
| switches::kDomAutomationController,
|
| - switches::kEnableBeginFrameScheduling,
|
| switches::kEnableBleedingEdgeRenderingFastPaths,
|
| switches::kEnablePreferCompositingToLCDText,
|
| switches::kEnableCompositingForTransition,
|
| @@ -1199,6 +1198,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,
|
|
|