diff options
author | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-13 17:44:32 +0000 |
---|---|---|
committer | joth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-13 17:44:32 +0000 |
commit | 0d66d7eebad21850083e3a11b1fcaaeb2a4d67ce (patch) | |
tree | 9ad83c11f11f231d08eaa892bd0b1b3e8a9caa5c /android_webview/common/aw_switches.cc | |
parent | 7252e25273c5141545e8b177259b9987d5d9455e (diff) | |
download | chromium_src-0d66d7eebad21850083e3a11b1fcaaeb2a4d67ce.zip chromium_src-0d66d7eebad21850083e3a11b1fcaaeb2a4d67ce.tar.gz chromium_src-0d66d7eebad21850083e3a11b1fcaaeb2a4d67ce.tar.bz2 |
Delete the browser-compositor webview render mode
This mode is now obsolete.
Follow-up patches can from content APIs only needed by this, e.g.
kEnableWebViewSynchronousAPIs and DIRECT_CONTEXT_ON_DRAW_THREAD.
NOTRY=true
BUG=179436
Review URL: https://chromiumcodereview.appspot.com/16796002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/common/aw_switches.cc')
-rw-r--r-- | android_webview/common/aw_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc index e526eb92..a24b123 100644 --- a/android_webview/common/aw_switches.cc +++ b/android_webview/common/aw_switches.cc @@ -8,9 +8,6 @@ namespace switches { const char kDisableSimpleCache[] = "disable-simple-cache"; -const char kNoMergeUIAndRendererCompositorThreads[] = - "no-merge-ui-and-compositor-threads"; - const char kUseZeroCopyBuffers[] = "use-zero-copy-buffers"; } // namespace switches |