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

Unified Diff: content/common/view_messages.h

Issue 13931009: Add latency info to input events sent to RenderWidget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 8aa5be9f599b2256db3b904a0435c46d7c06c381..543e5a7df17255de8d0f66034fcc8b8daa088f2c 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -867,8 +867,9 @@ IPC_MESSAGE_ROUTED0(ViewMsg_UpdateRect_ACK)
IPC_MESSAGE_ROUTED0(ViewMsg_SwapBuffers_ACK)
// Sends an input event to the render widget.
-IPC_MESSAGE_ROUTED2(ViewMsg_HandleInputEvent,
+IPC_MESSAGE_ROUTED3(ViewMsg_HandleInputEvent,
IPC::WebInputEventPointer /* event */,
+ cc::LatencyInfo /* latency_info */,
bool /* is_keyboard_shortcut */)
// Tells the render widget that a smooth scroll completed.

Powered by Google App Engine
This is Rietveld 408576698