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 |