| 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 f51215798452faf3b9dbef2336ca0e82c780b3a0..d8ad0cb734dacae8b94f9e869a9d2743d7224f2d 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -57,7 +57,6 @@ 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);
|
|
|