Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 39a755ea8ea08b79fb65a712ffb876e7a68be4d5..34bf9a47cd145abf69618e7fa44d4a5d123ea49c 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -2063,6 +2063,9 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_DidOverscroll, |
gfx::Vector2dF /* accumulated_overscroll */, |
gfx::Vector2dF /* current_fling_velocity */) |
+// Sent by the compositor when a flinging animation is stopped. |
+IPC_MESSAGE_ROUTED0(ViewHostMsg_DidStopFlinging) |
+ |
// Reply to a snapshot request containing whether snapshotting succeeded and the |
// SkBitmap if it succeeded. |
IPC_MESSAGE_ROUTED2(ViewHostMsg_Snapshot, |