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

Unified Diff: content/public/common/content_switches.cc

Issue 2595263002: Introduce ViewRoot forwarding input/view events to native (Closed)
Patch Set: unittest Created 3 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
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 1bb644606bd6368e7cd07ca18ceb87cd4a2c781d..d6f9690948a6996342a408205aed2d8153ba3bd9 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -995,6 +995,9 @@ const char kRendererWaitForJavaDebugger[] = "renderer-wait-for-java-debugger";
// Enables overscrolling for the OSK on Android.
const char kEnableOSKOverscroll[] = "enable-osk-overscroll";
+
+// Enable new ViewRoot-based event forwarding.
+const char kEnableViewRoot[] = "enable-view-root";
#endif
// Enable the aggressive flushing of DOM Storage to minimize data loss.

Powered by Google App Engine
This is Rietveld 408576698