Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(752)

Unified Diff: android_webview/lib/main/aw_main_delegate.cc

Issue 110583008: Enable Canvas2D hardware acceleration for Android WebView Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/resources/resource_provider.cc » ('j') | cc/trees/thread_proxy.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | cc/resources/resource_provider.cc » ('j') | cc/trees/thread_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698