Index: third_party/WebKit/Source/platform/PlatformGestureEvent.h |
diff --git a/third_party/WebKit/Source/platform/PlatformGestureEvent.h b/third_party/WebKit/Source/platform/PlatformGestureEvent.h |
index 86ec241bc832c00b2541a01bb2868429e52a5aaf..a470323fbbe8191a9fd47eaeefe82c3919a85b19 100644 |
--- a/third_party/WebKit/Source/platform/PlatformGestureEvent.h |
+++ b/third_party/WebKit/Source/platform/PlatformGestureEvent.h |
@@ -208,6 +208,11 @@ public: |
} |
} |
+ uint32_t uniqueTouchEventId() const |
+ { |
+ return m_uniqueTouchEventId; |
+ } |
+ |
protected: |
IntPoint m_position; |
IntPoint m_globalPosition; |
@@ -237,6 +242,8 @@ protected: |
float m_scale; |
} m_pinchUpdate; |
} m_data; |
+ |
+ uint32_t m_uniqueTouchEventId; |
}; |
} // namespace blink |