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 fbc01568fed224b1c1e31ed473b7240c6c59e9a7..d8e937985ae09dd4a439d760968d042b2409709c 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -953,6 +953,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableGpuCompositing, |
switches::kDisableGpuVsync, |
switches::kDisableHistogramCustomizer, |
+ switches::kDisableLayerSquashing, |
switches::kDisableLocalStorage, |
switches::kDisableLogging, |
switches::kDisableOpusPlayback, |
@@ -1000,6 +1001,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableHTMLImports, |
switches::kEnableInbandTextTracks, |
switches::kEnableInputModeAttribute, |
+ switches::kEnableLayerSquashing, |
switches::kEnableLogging, |
switches::kEnableMP3StreamParser, |
switches::kEnableMemoryBenchmarking, |