Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 9dbf0a2add79f8b9a710cda66bc17db2a76f6adc..e04fe63e52c2af2e6e22a9cbbc62281f2f0a140b 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -392,6 +392,8 @@ class CONTENT_EXPORT WebContentsImpl |
const FileChooserParams& params) OVERRIDE; |
virtual void ToggleFullscreenMode(bool enter_fullscreen) OVERRIDE; |
virtual bool IsFullscreenForCurrentTab() const OVERRIDE; |
+ virtual void DidProgrammaticallyScroll(const gfx::Point& scroll_point) |
+ OVERRIDE; |
virtual void UpdatePreferredSize(const gfx::Size& pref_size) OVERRIDE; |
virtual void ResizeDueToAutoResize(const gfx::Size& new_size) OVERRIDE; |
virtual void RequestToLockMouse(bool user_gesture, |