diff options
Diffstat (limited to 'android_webview/lib')
-rw-r--r-- | android_webview/lib/main/aw_main_delegate.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc index b388641..904a56a 100644 --- a/android_webview/lib/main/aw_main_delegate.cc +++ b/android_webview/lib/main/aw_main_delegate.cc @@ -60,6 +60,8 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) { cl->AppendSwitch(switches::kEnableWebViewSynchronousAPIs); } else { cl->AppendSwitch(switches::kEnableBeginFrameScheduling); + if (!cl->HasSwitch("disable-map-image")) + cl->AppendSwitch(cc::switches::kUseMapImage); } // WebView uses the existing Android View edge effect for overscroll glow. |