Index: ui/events/gesture_detection/motion_event.h |
diff --git a/ui/events/gesture_detection/motion_event.h b/ui/events/gesture_detection/motion_event.h |
index 46677ac876b39eabc5d3f77451b4322bc9e60516..f0d6354f77c32b3f8dae12fa9042ecd08587295e 100644 |
--- a/ui/events/gesture_detection/motion_event.h |
+++ b/ui/events/gesture_detection/motion_event.h |
@@ -29,6 +29,7 @@ class GESTURE_DETECTION_EXPORT MotionEvent { |
virtual ~MotionEvent() {} |
+ virtual int GetId() const = 0; |
virtual Action GetAction() const = 0; |
virtual int GetActionIndex() const = 0; |
virtual size_t GetPointerCount() const = 0; |