Index: ui/events/gesture_detection/gesture_event_data_packet.h |
diff --git a/ui/events/gesture_detection/gesture_event_data_packet.h b/ui/events/gesture_detection/gesture_event_data_packet.h |
index 3116201a9a179395f5e7775486d3aa4d3277d20a..264f1fd433fb455a5e81099c6581891a35300419 100644 |
--- a/ui/events/gesture_detection/gesture_event_data_packet.h |
+++ b/ui/events/gesture_detection/gesture_event_data_packet.h |
@@ -48,6 +48,8 @@ class GESTURE_DETECTION_EXPORT GestureEventDataPacket { |
static GestureEventDataPacket FromTouchTimeout( |
const GestureEventData& gesture); |
+ // Pushes into the GestureEventDataPacket a copy of |gesture| that has the |
+ // same unique_touch_event_id as the data packet. |
void Push(const GestureEventData& gesture); |
const base::TimeTicks& timestamp() const { return timestamp_; } |