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 8a72016625c5d5818bb382913e4753f9b4b5c758..619e54aa5908116a8d0673a74c9cdc14549dfd57 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1042,6 +1042,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableTouchDragDrop, |
switches::kDisableTouchEditing, |
switches::kDisableUniversalAcceleratedOverflowScroll, |
+ switches::kDisableZeroCopy, |
switches::kDomAutomationController, |
switches::kEnableAcceleratedFixedRootBackground, |
switches::kEnableAcceleratedOverflowScroll, |