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

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

Issue 887793002: Implement PointerEvent#dx (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Another nit Created 5 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
« no previous file with comments | « sky/engine/core/frame/NewEventHandler.cpp ('k') | sky/examples/appish.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebInputEvent.h
diff --git a/sky/engine/public/platform/WebInputEvent.h b/sky/engine/public/platform/WebInputEvent.h
index ea2df82622f2ff0ebfb74f839d4aafbb39c49128..c1e66cb276dc9db38193ab8ac0d3f77aea3f47e7 100644
--- a/sky/engine/public/platform/WebInputEvent.h
+++ b/sky/engine/public/platform/WebInputEvent.h
@@ -212,8 +212,6 @@ public:
Kind kind = Touch;
float x = 0;
float y = 0;
- float dx = 0;
- float dy = 0;
int buttons = 0;
float pressure = 0;
float pressureMin = 0;
« no previous file with comments | « sky/engine/core/frame/NewEventHandler.cpp ('k') | sky/examples/appish.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698