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

Unified Diff: content/common/input_messages.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/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index de8cc9c93ac0a311551a6f0a60a7f525d6e102a4..96918056b102b876ed457cce26c7bf67f4056a8f 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -123,8 +123,9 @@ IPC_STRUCT_TRAITS_BEGIN(content::InputEventAck)
IPC_STRUCT_TRAITS_END()
// Sends an input event to the render widget.
-IPC_MESSAGE_ROUTED3(InputMsg_HandleInputEvent,
+IPC_MESSAGE_ROUTED4(InputMsg_HandleInputEvent,
IPC::WebInputEventPointer /* event */,
+ std::vector<IPC::WebInputEventPointer> /* coalesced evts */,
ui::LatencyInfo /* latency_info */,
content::InputEventDispatchType)

Powered by Google App Engine
This is Rietveld 408576698