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 53976d268386e06338acc4c0f3ea578654f7a92b..367001e46a30bdc084a3798ab721d972039ef8e1 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -928,6 +928,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kDisableColorEstimator, |
cc::switches::kDisableImplSidePainting, |
cc::switches::kDisableThreadedAnimation, |
+ cc::switches::kDrawLayersWithGanesh, |
cc::switches::kEnableCompositorFrameMessage, |
cc::switches::kEnableImplSidePainting, |
cc::switches::kEnablePartialSwap, |