| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 68436fb5302733449818e326a27401a68a9800ec..7efc006439430aab6d0de5ae6a2e1637bea103c7 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -467,6 +467,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture);
|
| void OnShowWidget(int route_id, const gfx::Rect& initial_pos);
|
| + void OnDidProgrammaticallyScroll(const gfx::Point& scroll_point);
|
| void OnShowFullscreenWidget(int route_id);
|
| void OnRunModal(int opener_id, IPC::Message* reply_msg);
|
| void OnRenderViewReady();
|
|
|