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