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

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: Fix MSAN Use-of-uninitialized-value: Initialize GestureEventDetails Created 3 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/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..b0f5c7b61754de09a2acce8481afbadee3cecae8 100644
--- a/ui/events/gesture_detection/filtered_gesture_provider.h
+++ b/ui/events/gesture_detection/filtered_gesture_provider.h
@@ -41,7 +41,9 @@ 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,
+ bool event_consumed,
+ bool is_source_touch_event_set_non_blocking);
// Methods delegated to |gesture_provider_|.
void ResetDetection();

Powered by Google App Engine
This is Rietveld 408576698