Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index b08a210611a751e3eb8104d0d974e802a828c078..7f48fae982e0ed2739e98e875a24988935fd9ae3 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -685,6 +685,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
virtual void OnHasTouchEventHandlers(bool has_handlers) OVERRIDE; |
virtual OverscrollController* GetOverscrollController() const OVERRIDE; |
virtual void DidFlush() OVERRIDE; |
+ virtual void DidOverscroll(const DidOverscrollParams& params) OVERRIDE; |
// InputAckHandler |
virtual void OnKeyboardEventAck(const NativeWebKeyboardEvent& event, |