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

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

Issue 1019023003: Improve Material ink effects (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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: sky/services/viewport/input_event.mojom
diff --git a/sky/services/viewport/input_event.mojom b/sky/services/viewport/input_event.mojom
index b89571e47b83f6a9a1a0cf366e7afc6fd7e1bc06..c332f94c60fedb146c7d8f350e7f64f815f68b21 100644
--- a/sky/services/viewport/input_event.mojom
+++ b/sky/services/viewport/input_event.mojom
@@ -46,6 +46,7 @@ struct PointerData {
};
struct GestureData {
+ int32 primary_pointer;
float x;
float y;
float dx;

Powered by Google App Engine
This is Rietveld 408576698