| 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 046ff756e8f5ef1e8618213aaefbacc9b55d4799..72700a831f2ae0c7545c3011b7f3d153bd485488 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1096,6 +1096,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kDisableImplSidePainting,
|
| cc::switches::kDisableLCDText,
|
| cc::switches::kDisableMapImage,
|
| + cc::switches::kDisableStartCommitBeforeActivate,
|
| + cc::switches::kDisableStartCommitBeforeDraw,
|
| cc::switches::kDisableThreadedAnimation,
|
| cc::switches::kEnableGpuBenchmarking,
|
| cc::switches::kEnableGPURasterization,
|
| @@ -1103,6 +1105,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kEnableLCDText,
|
| cc::switches::kEnableMapImage,
|
| cc::switches::kEnablePinchVirtualViewport,
|
| + cc::switches::kEnableStartCommitBeforeActivate,
|
| + cc::switches::kEnableStartCommitBeforeDraw,
|
| cc::switches::kEnableTopControlsPositionCalculation,
|
| cc::switches::kMaxTilesForInterestArea,
|
| cc::switches::kMaxUnusedResourceMemoryUsagePercentage,
|
|
|