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

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

Issue 680413006: Re-enable Eager Gesture Recognition on Aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix out of order ack problem. Created 6 years, 1 month 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 5895a6b5e2b0297d9190447d5aef48a3b2f7a557..a0745f325512357ca813aa171aa7bc026162bb4b 100644
--- a/ui/events/gesture_detection/touch_disposition_gesture_filter.h
+++ b/ui/events/gesture_detection/touch_disposition_gesture_filter.h
@@ -45,6 +45,8 @@ class GESTURE_DETECTION_EXPORT TouchDispositionGestureFilter {
// To be called upon receipt of *all* touch event acks.
void OnTouchEventAck(bool event_consumed);
+ void IgnoreLastTouchEvent();
+
// Whether there are any active gesture sequences still queued in the filter.
bool IsEmpty() const;

Powered by Google App Engine
This is Rietveld 408576698