| 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..40318a93f349a80416a1339f079dfc71c17d7e72 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -794,6 +794,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableVideoTrack,
|
| switches::kEnableViewport,
|
| switches::kForceDeviceScaleFactor,
|
| + switches::kForceSoftwareCompositing,
|
| switches::kFullMemoryCrashReport,
|
| #if !defined (GOOGLE_CHROME_BUILD)
|
| // These are unsupported and not fully tested modes, so don't enable them
|
|
|