| 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 696dda850a16ad2ca644a487b3babbe953071e59..f999ee60e70cb4b4cfe263810a03f144e9c02a11 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -75,7 +75,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
| ->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);
|
|
|