Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index f2cfbb141037aa858763e30e492922608f5d224e..b036cf53feb2fe377a4eb526940814e1f5fbe1c3 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. |