| 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 49cc4dd379b949860a2febd87b8f15ce46f471a9..852081619f39e60952835d7157d8a053060609e0 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);
|
|
|