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 61b813a2174edb0f8aa67597de2d7f6fa4dc9695..456dcc42d4ea6fba925f30d7013f22d1ff951af1 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -787,6 +787,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableSandboxLogging, |
#endif |
switches::kEnableSeccompSandbox, |
+ switches::kEnableSoftwareCompositingGLAdapter, |
switches::kEnableStatsTable, |
switches::kEnableThreadedCompositing, |
switches::kDisableThreadedCompositing, |