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

Unified Diff: sky/services/viewport/input_event.mojom

Issue 1176373004: Wire up Android back button in SkyShell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « sky/examples/raw/hello_world.dart ('k') | sky/shell/android/org/domokit/sky/shell/PlatformViewAndroid.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/viewport/input_event.mojom
diff --git a/sky/services/viewport/input_event.mojom b/sky/services/viewport/input_event.mojom
index c332f94c60fedb146c7d8f350e7f64f815f68b21..d57a5c08710326baee791af53619aabdad41b5f7 100644
--- a/sky/services/viewport/input_event.mojom
+++ b/sky/services/viewport/input_event.mojom
@@ -19,6 +19,7 @@ enum EventType {
GESTURE_SHOW_PRESS,
GESTURE_TAP,
GESTURE_TAP_DOWN,
+ BACK,
};
enum PointerKind {
« no previous file with comments | « sky/examples/raw/hello_world.dart ('k') | sky/shell/android/org/domokit/sky/shell/PlatformViewAndroid.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698