Index: android_webview/lib/main/aw_main_delegate.cc |
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc |
index 4c94d1feaf17a78087a0ea62de6f2b061851e288..d17288de37edfffff2cdc92041ad62115b907b45 100644 |
--- a/android_webview/lib/main/aw_main_delegate.cc |
+++ b/android_webview/lib/main/aw_main_delegate.cc |
@@ -57,6 +57,8 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) { |
// WebView uses the Android system's scrollbars and overscroll glow. |
cl->AppendSwitch(switches::kHideScrollbars); |
cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect); |
+ // WebView handles fling gestures Java-side. |
+ cl->AppendSwitch(switches::kIgnoreRootLayerFlings); |
return false; |
} |