| 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 db313361a9783c1cd2af5b2581fddb3014be54c7..f1b1eb51062b7cb9fcdcc8cf356209b1abd8a273 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1244,6 +1244,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisablePrefixedEncryptedMedia,
|
| switches::kDisableSeccompFilterSandbox,
|
| switches::kDisableSharedWorkers,
|
| + switches::kDisableSlimmingPaint,
|
| switches::kDisableSpeechAPI,
|
| switches::kDisableSVG1DOM,
|
| switches::kDisableThreadedCompositing,
|
|
|