| 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 77712f64e4d13ac663991e1173af5a62c7d4c819..5395cfbf176f80c7f73679e920ecfa9f142528c2 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1009,6 +1009,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableGpuCompositing,
|
| switches::kDisableGpuRasterization,
|
| switches::kDisableGpuVsync,
|
| + switches::kDisableLowResTiling,
|
| switches::kDisableHistogramCustomizer,
|
| switches::kDisableImplSidePainting,
|
| switches::kDisableLCDText,
|
| @@ -1056,6 +1057,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableGPUServiceLogging,
|
| switches::kEnableHighDpiCompositingForFixedPosition,
|
| switches::kEnableHTMLImports,
|
| + switches::kEnableLowResTiling,
|
| switches::kEnableImplSidePainting,
|
| switches::kEnableInbandTextTracks,
|
| switches::kEnableLCDText,
|
|
|