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

Unified Diff: android_webview/common/aw_switches.h

Issue 2457353002: aw: Enable async ondraw (Closed)
Patch Set: fix unit tests Created 4 years, 1 month 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 | « android_webview/browser/test/rendering_test.cc ('k') | android_webview/common/aw_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/common/aw_switches.h
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
index 704d0f69465e87a5302d8c058e8c251c96b8ad4b..aac4a502e12cc24a3a595121da970731adc30962 100644
--- a/android_webview/common/aw_switches.h
+++ b/android_webview/common/aw_switches.h
@@ -7,7 +7,7 @@
namespace switches {
-extern const char kAsyncOnDrawHardware[];
+extern const char kSyncOnDrawHardware[];
extern const char kWebViewSandboxedRenderer[];
// Please note that if you are adding a flag that is intended for a renderer,
« no previous file with comments | « android_webview/browser/test/rendering_test.cc ('k') | android_webview/common/aw_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698