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

Unified Diff: sky/engine/public/platform/WebInputEvent.h

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/public/platform/WebInputEvent.h
diff --git a/sky/engine/public/platform/WebInputEvent.h b/sky/engine/public/platform/WebInputEvent.h
index c1e66cb276dc9db38193ab8ac0d3f77aea3f47e7..b63becb1ef8b27bf9f1afec0e741a19257ef01a8 100644
--- a/sky/engine/public/platform/WebInputEvent.h
+++ b/sky/engine/public/platform/WebInputEvent.h
@@ -268,6 +268,7 @@ public:
class WebGestureEvent : public WebInputEvent {
public:
+ int primaryPointer = 0;
float x = 0;
float y = 0;

Powered by Google App Engine
This is Rietveld 408576698