| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 33b40e767a291aae8198f2ea9b91286bc703b32b..df2b38877ed8e047951fb16715a888ff954d8c68 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2107,9 +2107,8 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_SwapCompositorFrame,
|
|
|
| // Sent by the compositor when input scroll events are dropped due to bounds
|
| // restricions on the root scroll offset.
|
| -IPC_MESSAGE_ROUTED2(ViewHostMsg_DidOverscroll,
|
| - gfx::Vector2dF /* accumulated_overscroll */,
|
| - gfx::Vector2dF /* current_fling_velocity */)
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_DidOverscroll,
|
| + gfx::Vector2dF /* accumulated_overscroll */)
|
|
|
| // Reply to a snapshot request containing whether snapshotting succeeded and the
|
| // SkBitmap if it succeeded.
|
|
|