| 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 5b79eb6ff2854d121859fba72c4300ac697a203e..88d02c6e6bb00b5b3d2a0cb74b411c01f23052cb 100644
|
| --- a/android_webview/lib/main/aw_main_delegate.cc
|
| +++ b/android_webview/lib/main/aw_main_delegate.cc
|
| @@ -67,7 +67,7 @@ bool AwMainDelegate::BasicStartupComplete(int* exit_code) {
|
| cl->AppendSwitch(switches::kDisableSharedWorkers);
|
|
|
| // Ganesh backed 2D-Canvas is not yet working and causes crashes.
|
| - cl->AppendSwitch(switches::kDisableAccelerated2dCanvas);
|
| + // cl->AppendSwitch(switches::kDisableAccelerated2dCanvas);
|
|
|
| // File system API not supported (requires some new API; internal bug 6930981)
|
| cl->AppendSwitch(switches::kDisableFileSystem);
|
|
|