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

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

Issue 2624783002: Fix movementX/Y attributes for touch pointer events (Closed)
Patch Set: Initialize m_frameScale in PointerEventFactoryTest 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/WebPointerProperties.h
diff --git a/third_party/WebKit/public/platform/WebPointerProperties.h b/third_party/WebKit/public/platform/WebPointerProperties.h
index 27e59c44268912ee535ebd983ab9dc7d7fe9c4bf..49a142e785cafeab892aff39b4c180a9edd36d40 100644
--- a/third_party/WebKit/public/platform/WebPointerProperties.h
+++ b/third_party/WebKit/public/platform/WebPointerProperties.h
@@ -82,6 +82,9 @@ class WebPointerProperties {
Button button;
PointerType pointerType;
+
+ int movementX;
Rick Byers 2017/02/06 22:00:53 nit: add a comment saying what co-ordinate space t
Navid Zolghadr 2017/02/07 15:58:51 I'm not sure there is any answer for this. Dave ad
Rick Byers 2017/02/08 21:45:14 Ugh, right. That makes it hard to reason about al
+ int movementY;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698