| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
|
| index d142604c45b0be1aeedc69da358537494bfb6a42..ecc4026f01bbcd7f664fd82daa0363a30b72e7df 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
|
| @@ -19,6 +19,8 @@ class NativeTabContentsContainerWin : public NativeTabContentsContainer,
|
| virtual void AttachContents(TabContents* contents) OVERRIDE;
|
| virtual void DetachContents(TabContents* contents) OVERRIDE;
|
| virtual void SetFastResize(bool fast_resize) OVERRIDE;
|
| + virtual bool GetFastResize() const OVERRIDE;
|
| + virtual bool FastResizeAtLastLayout() const OVERRIDE;
|
| virtual void RenderViewHostChanged(RenderViewHost* old_host,
|
| RenderViewHost* new_host) OVERRIDE;
|
| virtual void TabContentsFocused(TabContents* tab_contents) OVERRIDE;
|
|
|