From be2e40a7d85969e4b8899d4d5fa6e22c419bdd82 Mon Sep 17 00:00:00 2001 From: "reveman@chromium.org" Date: Tue, 27 Aug 2013 02:49:20 +0000 Subject: 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 --- android_webview/lib/main/aw_main_delegate.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'android_webview/lib') 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); -- cgit v1.1