| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 8db2f7d22f0e96318ca43f01ef4a7e429e0bc4ff..e44e58fe33428cfcc28a352137768e717cdfa470 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1419,6 +1419,11 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_UpdateScreenRects_ACK)
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_RequestMove,
|
| gfx::Rect /* position */)
|
|
|
| +// Sent by the renderer process to notify the browser that the web page has
|
| +// programmatically scrolled.
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_DidProgrammaticallyScroll,
|
| + gfx::Vector2d /* scroll_point */)
|
| +
|
| // Notifies the browser that a frame in the view has changed. This message
|
| // has a lot of parameters and is packed/unpacked by functions defined in
|
| // render_messages.h.
|
|
|