Chromium Code Reviews| 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 560afcbd044c20155ed281e7762f33ddbba77bb7..5d02d4baf428f9db4056053d5627fb4a5bd08815 100644 |
| --- a/ui/events/gesture_detection/motion_event.h |
| +++ b/ui/events/gesture_detection/motion_event.h |
| @@ -47,6 +47,7 @@ class GESTURE_DETECTION_EXPORT MotionEvent { |
| virtual ~MotionEvent() {} |
| virtual int GetId() const = 0; |
| + virtual uint32 GetUniqueId() const = 0; |
|
jdduke (slow)
2015/03/13 21:48:27
I don't think we want both an id and a unique id..
tdresser
2015/03/16 12:24:12
We require the id to be stable across multiple eve
|
| virtual Action GetAction() const = 0; |
| // Only valid if |GetAction()| returns ACTION_POINTER_UP or |
| // ACTION_POINTER_DOWN. |