| 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 e0e64e2099c3ca66b26ef3c7543af058387af501..c0e9d43ffddc5ebc34c2588fd82e82c1482f30e0 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,
|
|
|