summaryrefslogtreecommitdiffstats
path: root/android_webview/lib
diff options
context:
space:
mode:
authorreveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-27 02:49:20 +0000
committerreveman@chromium.org <reveman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-27 02:49:20 +0000
commitbe2e40a7d85969e4b8899d4d5fa6e22c419bdd82 (patch)
treea58da1496131e825af1929d01069b4d6fe61b510 /android_webview/lib
parent34652b2b0d964f62022dba5a213febcd71d495eb (diff)
downloadchromium_src-be2e40a7d85969e4b8899d4d5fa6e22c419bdd82.zip
chromium_src-be2e40a7d85969e4b8899d4d5fa6e22c419bdd82.tar.gz
chromium_src-be2e40a7d85969e4b8899d4d5fa6e22c419bdd82.tar.bz2
cc: Replace --use-map-image with --enable/disable-map-image and add about-flag.
BUG=261649 Review URL: https://chromiumcodereview.appspot.com/22870031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/lib')
-rw-r--r--android_webview/lib/main/aw_main_delegate.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index 6843a74..05911db 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -52,8 +52,7 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
CommandLine* cl = CommandLine::ForCurrentProcess();
cl->AppendSwitch(switches::kEnableBeginFrameScheduling);
- if (!cl->HasSwitch("disable-map-image"))
- cl->AppendSwitch(cc::switches::kUseMapImage);
+ cl->AppendSwitch(cc::switches::kEnableMapImage);
// WebView uses the Android system's scrollbars and overscroll glow.
cl->AppendSwitch(switches::kHideScrollbars);