| 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 f82304ee6a9c027be84b7b937c6de0f47df5df17..48ab9aa02586e3011218bf66b34210fed683691f 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1121,9 +1121,12 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kCompositeToMailbox,
|
| cc::switches::kDisableCompositedAntialiasing,
|
| cc::switches::kDisableCompositorTouchHitTesting,
|
| + cc::switches::kDisableMainFrameBeforeActivation,
|
| + cc::switches::kDisableMainFrameBeforeDraw,
|
| cc::switches::kDisableThreadedAnimation,
|
| cc::switches::kEnableGpuBenchmarking,
|
| cc::switches::kEnablePinchVirtualViewport,
|
| + cc::switches::kEnableMainFrameBeforeActivation,
|
| cc::switches::kEnableTopControlsPositionCalculation,
|
| cc::switches::kMaxTilesForInterestArea,
|
| cc::switches::kMaxUnusedResourceMemoryUsagePercentage,
|
|
|