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

Unified Diff: content/common/input_messages.h

Issue 997283002: Coalesce async touch move events until the ack back from render (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index 80d30430dedaccc5c8970172e8588afeb17b8dd7..c6abc6ca1324a652f4d8c679fffe348e046f806e 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -241,6 +241,8 @@ IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted)
IPC_MESSAGE_ROUTED1(InputHostMsg_HandleInputEvent_ACK,
InputHostMsg_HandleInputEvent_ACK_Params)
+IPC_MESSAGE_ROUTED0(InputHostMsg_HandleUncancelableTouchMoveEvent_ACK)
+
IPC_MESSAGE_ROUTED1(InputHostMsg_QueueSyntheticGesture,
content::SyntheticGesturePacket)

Powered by Google App Engine
This is Rietveld 408576698