Index: third_party/WebKit/public/platform/WebGestureEvent.h |
diff --git a/third_party/WebKit/public/platform/WebGestureEvent.h b/third_party/WebKit/public/platform/WebGestureEvent.h |
index 8cf36d6d7d3dbadbcee7fcd6d7c02d3239580e43..c591351487f6b83cfe38d5431e2d49f19fff931e 100644 |
--- a/third_party/WebKit/public/platform/WebGestureEvent.h |
+++ b/third_party/WebKit/public/platform/WebGestureEvent.h |
@@ -30,6 +30,8 @@ class WebGestureEvent : public WebInputEvent { |
MomentumPhase, // Momentum phase. |
}; |
+ // TODO(mustaq): Make these coordinates private & fractional, as in |
+ // WebMouseEvent.h . |
int x; |
int y; |
int globalX; |