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

Unified Diff: android_webview/common/aw_switches.cc

Issue 2174203002: OnDrawHardware() implementation with async messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implemented code review Created 4 years, 4 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
Index: android_webview/common/aw_switches.cc
diff --git a/android_webview/common/aw_switches.cc b/android_webview/common/aw_switches.cc
index f4f1d92c7fa90ab7740fcfef80312e3cd78b01e2..d056cea394169d75b6a76fb254456b315735e614 100644
--- a/android_webview/common/aw_switches.cc
+++ b/android_webview/common/aw_switches.cc
@@ -6,6 +6,7 @@
namespace switches {
+const char kAsyncOnDrawHardware[] = "async-on-draw-hardware";
const char kWebViewSandboxedRenderer[] = "webview-sandboxed-renderer";
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698