| 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 9cfca46585b345a6163e237f0b644272c4a7d74a..e9daee3462170c6eb21bb99933fee42213d925db 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1097,6 +1097,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,
|
| @@ -1105,6 +1107,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,
|
|
|