| 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 7ead9624c33bb107db2ef0a16c20e56d9953fb1d..47bc22d173ca917495297cb1ace10f808a00e1b4 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -74,6 +74,7 @@
|
| ->set_fling_touchscreen_tap_suppression_enabled(false);
|
|
|
| base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
|
| + cl->AppendSwitch(cc::switches::kEnableBeginFrameScheduling);
|
|
|
| // WebView uses the Android system's scrollbars and overscroll glow.
|
| cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect);
|
|
|