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

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

Issue 2951973002: Reland of [VSync Queue] Plug touch ack to gesture events and flush vsync queue if necessary (Closed)
Patch Set: 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
« no previous file with comments | « ui/events/blink/input_handler_proxy.cc ('k') | ui/events/gesture_detection/filtered_gesture_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 @@
// 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();
« no previous file with comments | « ui/events/blink/input_handler_proxy.cc ('k') | ui/events/gesture_detection/filtered_gesture_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698