| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index ce8dda557000870875bca7daa0df9356cbd65954..f0ad348a9506b00f2f269c260628e20071701383 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -308,6 +308,7 @@ class CONTENT_EXPORT TabContents
|
| virtual void ToggleFullscreenMode(bool enter_fullscreen) OVERRIDE;
|
| virtual bool IsFullscreenForCurrentTab() const OVERRIDE;
|
| virtual void UpdatePreferredSize(const gfx::Size& pref_size) OVERRIDE;
|
| + virtual void ResizeDueToAutoResize(const gfx::Size& new_size) OVERRIDE;
|
| virtual void WebUISend(RenderViewHost* render_view_host,
|
| const GURL& source_url,
|
| const std::string& name,
|
|
|