| 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 0f89e8528f19d06ee48a9ed7caf878896686f326..c996cc43b24d89cec9bcb982ecae56d480163e1e 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -60,6 +60,7 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
|
|
| base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
|
| cl->AppendSwitch(switches::kEnableBeginFrameScheduling);
|
| + cl->AppendSwitch(switches::kEnableImplSidePainting);
|
|
|
| // WebView uses the Android system's scrollbars and overscroll glow.
|
| cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect);
|
|
|