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

Unified Diff: content/common/input_messages.h

Issue 2621303004: Keep track of coalesced events in main thread event queue (Closed)
Patch Set: Improve MainThreadEventQueue unittests Created 3 years, 11 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: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index eb6d845f000531037438e6cbd5e9395f919d61e9..47893eeffa775d003adbc723edc7276b2ff95d3d 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -132,8 +132,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 ones*/,
ui::LatencyInfo /* latency_info */,
content::InputEventDispatchType)

Powered by Google App Engine
This is Rietveld 408576698