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 a9ea4d9f6b27d7f16168eb623d372fe496b0285a..4969c3e8050d2c3e033f3b25587d3ad06d649bbe 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -982,6 +982,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kFullMemoryCrashReport, |
#if defined(OS_ANDROID) |
switches::kHideScrollbars, |
+ switches::kIgnoreRootLayerFlings, |
#endif |
#if !defined (GOOGLE_CHROME_BUILD) |
// These are unsupported and not fully tested modes, so don't enable them |