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

Unified Diff: content/common/input_messages.h

Issue 2621303004: Keep track of coalesced events in main thread event queue (Closed)
Patch Set: Rebase 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 5a003383667dcca113695a992bf4ad39f59141be..77eb801449ea9c58083862ea9d3a7037dca8ec8e 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -136,8 +136,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*/,
dcheng 2017/01/23 19:38:58 Nit: ones => events (also one space before */) It
Navid Zolghadr 2017/01/23 21:42:04 Done.
ui::LatencyInfo /* latency_info */,
content::InputEventDispatchType)

Powered by Google App Engine
This is Rietveld 408576698