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

Unified Diff: sky/engine/core/events/GestureEvent.idl

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/engine/core/events/GestureEvent.idl
diff --git a/sky/engine/core/events/GestureEvent.idl b/sky/engine/core/events/GestureEvent.idl
index 37b9ed5ec1bab25437a474d733bc63b6ef31994f..5d2f306093742b2abae034bfd6f5d32f4844abff 100644
--- a/sky/engine/core/events/GestureEvent.idl
+++ b/sky/engine/core/events/GestureEvent.idl
@@ -5,6 +5,7 @@
[
EventConstructor,
] interface GestureEvent : Event {
+ [InitializedByEventConstructor] readonly attribute long primaryPointer;
[InitializedByEventConstructor] readonly attribute double x;
[InitializedByEventConstructor] readonly attribute double y;
[InitializedByEventConstructor] readonly attribute double dx;

Powered by Google App Engine
This is Rietveld 408576698