Index: content/common/input_messages.h |
diff --git a/content/common/input_messages.h b/content/common/input_messages.h |
index 5bdda8fb73949625632cc5077e56c2addf983c95..80d30430dedaccc5c8970172e8588afeb17b8dd7 100644 |
--- a/content/common/input_messages.h |
+++ b/content/common/input_messages.h |
@@ -253,6 +253,9 @@ IPC_MESSAGE_ROUTED1(InputHostMsg_SetTouchAction, |
IPC_MESSAGE_ROUTED1(InputHostMsg_DidOverscroll, |
content::DidOverscrollParams /* params */) |
+// Sent by the compositor when a fling animation is stopped. |
+IPC_MESSAGE_ROUTED0(InputHostMsg_DidStopFlinging) |
+ |
// Acknowledges receipt of a InputMsg_MoveCaret message. |
IPC_MESSAGE_ROUTED0(InputHostMsg_MoveCaret_ACK) |