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 0ef9339e298f5330e551709f6a85d9be3c1d1fa5..1ab756b14b146cd2d3d066deb73433bddefc0b53 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1030,6 +1030,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableGpuCompositing, |
switches::kDisableGpuRasterization, |
switches::kDisableGpuVsync, |
+ switches::kDisableLowResTiling, |
switches::kDisableHistogramCustomizer, |
switches::kDisableImplSidePainting, |
switches::kDisableLCDText, |
@@ -1075,6 +1076,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableGPUServiceLogging, |
switches::kEnableHighDpiCompositingForFixedPosition, |
switches::kEnableHTMLImports, |
+ switches::kEnableLowResTiling, |
switches::kEnableImplSidePainting, |
switches::kEnableInbandTextTracks, |
switches::kEnableLCDText, |