Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index ea6e7ac1a4f29654543f1ce9abc228982f6d5f5a..9d79930dc5eb82a1fb5ca96ad73ec61295a5e231 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -2071,6 +2071,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) |
|
jdduke (slow)
2014/01/09 20:07:14
I guess I should have made ViewHostMsg_DidOverscro
|
| + |
| // Reply to a snapshot request containing whether snapshotting succeeded and the |
| // SkBitmap if it succeeded. |
| IPC_MESSAGE_ROUTED2(ViewHostMsg_Snapshot, |