| Index: android_webview/lib/main/aw_main_delegate.cc
|
| ===================================================================
|
| --- android_webview/lib/main/aw_main_delegate.cc (revision 243070)
|
| +++ android_webview/lib/main/aw_main_delegate.cc (working copy)
|
| @@ -67,7 +67,7 @@
|
| 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);
|
|
|