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

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

Issue 2869823003: [VSync Queue] Plug touch ack to gesture events and flush vsync queue if necessary (Closed)
Patch Set: dtapuska's comment: Use ack to determine blocking vs. non-blocking Created 3 years, 7 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/filtered_gesture_provider.h
diff --git a/ui/events/gesture_detection/filtered_gesture_provider.h b/ui/events/gesture_detection/filtered_gesture_provider.h
index c0af13b111cdd810af7cd2769ce41a45d2c25882..ef837589e769b71b0258f76871a9967fe630b1c3 100644
--- a/ui/events/gesture_detection/filtered_gesture_provider.h
+++ b/ui/events/gesture_detection/filtered_gesture_provider.h
@@ -41,7 +41,7 @@ class GESTURE_DETECTION_EXPORT FilteredGestureProvider
// To be called upon asynchronous and synchronous ack of an event that was
// forwarded after a successful call to |OnTouchEvent()|.
- void OnTouchEventAck(uint32_t unique_event_id, bool event_consumed);
+ void OnTouchEventAck(uint32_t unique_event_id, EventResult result);
// Methods delegated to |gesture_provider_|.
void ResetDetection();

Powered by Google App Engine
This is Rietveld 408576698