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

Unified Diff: third_party/WebKit/public/platform/WebMouseEvent.h

Issue 2624783002: Fix movementX/Y attributes for touch pointer events (Closed)
Patch Set: Wrap ForwardTouchEventWithLatencyInfo to always reset points Created 3 years, 10 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: third_party/WebKit/public/platform/WebMouseEvent.h
diff --git a/third_party/WebKit/public/platform/WebMouseEvent.h b/third_party/WebKit/public/platform/WebMouseEvent.h
index c9e5a419d1edf86275db03e94f2bea6eb4d895ac..ed9cee2f6fed931acebdcd74863ac5ac82cadebe 100644
--- a/third_party/WebKit/public/platform/WebMouseEvent.h
+++ b/third_party/WebKit/public/platform/WebMouseEvent.h
@@ -32,8 +32,6 @@ class WebMouseEvent : public WebInputEvent, public WebPointerProperties {
int globalX;
int globalY;
- int movementX;
- int movementY;
int clickCount;
WebMouseEvent(Type typeParam,

Powered by Google App Engine
This is Rietveld 408576698