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

Unified Diff: content/common/input_messages.h

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Creating CoalescedWebInputEvent 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 ba3c213463e653c0016e2119cad8231bbfdafbbf..494d09c00fb45f52d45172c78786fc3fdb3215c2 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -127,8 +127,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