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 0a8ace773585af35ba9d394edf2415ed93eb02a7..bb17ef18328fd83219ad14ab8bf7e7421e2f27f9 100644 |
--- a/ui/events/gesture_detection/motion_event.h |
+++ b/ui/events/gesture_detection/motion_event.h |
@@ -63,6 +63,7 @@ class GESTURE_DETECTION_EXPORT MotionEvent { |
virtual float GetPressure(size_t pointer_index) const = 0; |
virtual ToolType GetToolType(size_t pointer_index) const = 0; |
virtual int GetButtonState() const = 0; |
+ virtual int GetFlags() const = 0; |
virtual base::TimeTicks GetEventTime() const = 0; |
// Optional historical data, default implementation provides an empty history. |