| 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 c259ab971de1035e846ba41509f017293f823dc4..a8a3fe6547b74e78ebfb5b3bcfabb11a1970155f 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1096,12 +1096,14 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kDisableGPURasterization,
|
| cc::switches::kDisableImplSidePainting,
|
| cc::switches::kDisableLCDText,
|
| + cc::switches::kDisableLowResTiling,
|
| cc::switches::kDisableMapImage,
|
| cc::switches::kDisableThreadedAnimation,
|
| cc::switches::kEnableGpuBenchmarking,
|
| cc::switches::kEnableGPURasterization,
|
| cc::switches::kEnableImplSidePainting,
|
| cc::switches::kEnableLCDText,
|
| + cc::switches::kEnableLowResTiling,
|
| cc::switches::kEnableMapImage,
|
| cc::switches::kEnablePinchVirtualViewport,
|
| cc::switches::kEnableTopControlsPositionCalculation,
|
|
|