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

Unified Diff: android_webview/common/aw_switches.h

Issue 2174203002: OnDrawHardware() implementation with async messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implemented suggestions from previous 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.h
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
index f60a1d46102a3c9d1342e269ae8bdb048d338a83..9ce9ff6f22550cc65ffaaa0e49110f88a07bcc20 100644
--- a/android_webview/common/aw_switches.h
+++ b/android_webview/common/aw_switches.h
@@ -7,6 +7,7 @@
namespace switches {
+extern const char kBVRAsyncFrameMessages[];
boliu 2016/08/23 02:39:52 kAsyncOnDrawHardware maybe?
ojars 2016/08/23 21:58:43 Done.
extern const char kWebViewSandboxedRenderer[];
// Please note that if you are adding a flag that is intended for a renderer,

Powered by Google App Engine
This is Rietveld 408576698