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

Unified Diff: content/renderer/input/main_thread_event_queue.h

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Created 4 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: content/renderer/input/main_thread_event_queue.h
diff --git a/content/renderer/input/main_thread_event_queue.h b/content/renderer/input/main_thread_event_queue.h
index d92537da887a1a8a14aece1bbd90e341c43e2765..3c6039200df6fa913b34f6c15b48051abf9e945b 100644
--- a/content/renderer/input/main_thread_event_queue.h
+++ b/content/renderer/input/main_thread_event_queue.h
@@ -59,6 +59,7 @@ class CONTENT_EXPORT MainThreadEventQueueClient {
virtual void HandleEventOnMainThread(
int routing_id,
const blink::WebInputEvent* event,
+ const std::vector<const blink::WebInputEvent*>& coalescedEvents,
const ui::LatencyInfo& latency,
InputEventDispatchType dispatch_type) = 0;

Powered by Google App Engine
This is Rietveld 408576698