diff options
author | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 05:18:37 +0000 |
---|---|---|
committer | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-30 05:18:37 +0000 |
commit | ac9142eab1d80e2e8da9c827772ac6157e35d804 (patch) | |
tree | cef282294b4f9580f0e1484eca8a5d787bd29e9f /android_webview | |
parent | f81a8b34cc0c18371bb97e695c3b0568dc52fcbc (diff) | |
download | chromium_src-ac9142eab1d80e2e8da9c827772ac6157e35d804.zip chromium_src-ac9142eab1d80e2e8da9c827772ac6157e35d804.tar.gz chromium_src-ac9142eab1d80e2e8da9c827772ac6157e35d804.tar.bz2 |
aw: Enable WebGL
Implementation is not complete yet, but enabling to shake out bugs.
BUG=354841
Review URL: https://codereview.chromium.org/255143003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267082 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/lib/main/aw_main_delegate.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc index 68f8d7c..e7e8526 100644 --- a/android_webview/lib/main/aw_main_delegate.cc +++ b/android_webview/lib/main/aw_main_delegate.cc @@ -64,7 +64,6 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) { cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect); // Not yet supported in single-process mode. - cl->AppendSwitch(switches::kDisableExperimentalWebGL); cl->AppendSwitch(switches::kDisableSharedWorkers); |