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

Unified Diff: ui/events/gesture_detection/filtered_gesture_provider.cc

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/filtered_gesture_provider.cc
diff --git a/ui/events/gesture_detection/filtered_gesture_provider.cc b/ui/events/gesture_detection/filtered_gesture_provider.cc
index 239b66da131cfd0fba8dc9176d3c95245d9c58f5..abd2f48472aab1aaf5d17d139e203fba6b60d74e 100644
--- a/ui/events/gesture_detection/filtered_gesture_provider.cc
+++ b/ui/events/gesture_detection/filtered_gesture_provider.cc
@@ -41,6 +41,10 @@ void FilteredGestureProvider::OnTouchEventAck(bool event_consumed) {
gesture_filter_.OnTouchEventAck(event_consumed);
}
+void FilteredGestureProvider::IgnoreLastTouchEvent() {
+ gesture_filter_.IgnoreLastTouchEvent();
+}
+
void FilteredGestureProvider::ResetDetection() {
gesture_provider_.ResetDetection();
}

Powered by Google App Engine
This is Rietveld 408576698