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