| 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 e7e852652479913fb47a0c2a43fe84a4c557d30c..96be606a61d97ae9a49821ee6bf09cfb9ec4b762 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -57,7 +57,7 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
|
|
| CommandLine* cl = CommandLine::ForCurrentProcess();
|
| cl->AppendSwitch(switches::kEnableBeginFrameScheduling);
|
| - cl->AppendSwitch(switches::kEnableMapImage);
|
| + cl->AppendSwitch(switches::kEnableZeroCopy);
|
| cl->AppendSwitch(switches::kEnableImplSidePainting);
|
|
|
| // WebView uses the Android system's scrollbars and overscroll glow.
|
|
|