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

Unified Diff: ui/events/gesture_detection/touch_disposition_gesture_filter.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/touch_disposition_gesture_filter.h
diff --git a/ui/events/gesture_detection/touch_disposition_gesture_filter.h b/ui/events/gesture_detection/touch_disposition_gesture_filter.h
index 0bea1bebf746a97784bc4bab5286a6cdd2fe03ca..59bc7d87ced8b241be646397c47672faa732fbc3 100644
--- a/ui/events/gesture_detection/touch_disposition_gesture_filter.h
+++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.h
@@ -46,7 +46,7 @@ class GESTURE_DETECTION_EXPORT TouchDispositionGestureFilter {
PacketResult OnGesturePacket(const GestureEventDataPacket& packet);
// OnTouchEventAck must be called upon receipt of every touch event ack.
- void OnTouchEventAck(uint32_t unique_event_id, bool event_consumed);
+ void OnTouchEventAck(uint32_t unique_touch_event_id, bool event_consumed);
// Whether there are any active gesture sequences still queued in the filter.
bool IsEmpty() const;
« no previous file with comments | « ui/events/gesture_detection/gesture_provider.cc ('k') | ui/events/gesture_detection/touch_disposition_gesture_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698