summaryrefslogtreecommitdiffstats
path: root/android_webview/lib/main/aw_main_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/lib/main/aw_main_delegate.cc')
-rw-r--r--android_webview/lib/main/aw_main_delegate.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index 9f6d91c..e940d23 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.cc
@@ -66,11 +66,9 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
// Not yet supported in single-process mode.
cl->AppendSwitch(switches::kDisableSharedWorkers);
+ cl->AppendSwitch(switches::kEnableUbercomp);
if (!switches::UbercompEnabled()) {
cl->AppendSwitch(switches::kDisableDelegatedRenderer);
- } else {
- cl->AppendSwitch(switches::kDisableAccelerated2dCanvas);
- cl->AppendSwitch(switches::kDisableExperimentalWebGL);
}
// File system API not supported (requires some new API; internal bug 6930981)