Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: ui/events/gesture_detection/gesture_event_data_packet.h

Issue 1989623002: Suppressed MEs for gestures from cancelled PEs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }
« no previous file with comments | « ui/events/gesture_detection/gesture_event_data.cc ('k') | ui/events/gesture_detection/gesture_event_data_packet.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698