| Index: android_webview/lib/main/aw_main_delegate.cc
|
| diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
|
| index 68f8d7c978b2795e5dc77fa18de8aca7f7ca6a31..e7e852652479913fb47a0c2a43fe84a4c557d30c 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);
|
|
|
|
|
|
|