| 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 dcb1b180af1e7a22d369c8bc1b99705906cac4cc..bac5b25cecb828a402b483d9f8648a03f9695f2b 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -941,6 +941,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| // Please keep these in alphabetical order. Compositor switches here should
|
| // also be added to chrome/browser/chromeos/login/chrome_restart_request.cc.
|
| cc::switches::kBackgroundColorInsteadOfCheckerboard,
|
| + cc::switches::kCCUseMapImage,
|
| cc::switches::kCompositeToMailbox,
|
| cc::switches::kDisableColorEstimator,
|
| cc::switches::kDisableImplSidePainting,
|
|
|