| 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 eb5d0d7e71feaeed032d7bf9a5afe57e4c0b5b68..05f1ff64fa0e2f33698ee1546d8e1a65302efa14 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1105,6 +1105,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kDisableImplSidePainting,
|
| cc::switches::kDisableLCDText,
|
| cc::switches::kDisableMapImage,
|
| + cc::switches::kDisableStartCommitBeforeActivate,
|
| + cc::switches::kDisableStartCommitBeforeDraw,
|
| cc::switches::kDisableThreadedAnimation,
|
| cc::switches::kEnableGPURasterization,
|
| cc::switches::kEnableImplSidePainting,
|
| @@ -1113,6 +1115,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kEnablePartialSwap,
|
| cc::switches::kEnablePerTilePainting,
|
| cc::switches::kEnablePinchVirtualViewport,
|
| + cc::switches::kEnableStartCommitBeforeActivate,
|
| + cc::switches::kEnableStartCommitBeforeDraw,
|
| cc::switches::kEnableTopControlsPositionCalculation,
|
| cc::switches::kMaxTilesForInterestArea,
|
| cc::switches::kMaxUnusedResourceMemoryUsagePercentage,
|
|
|