Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h |
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h |
index 469f11ee825854deeb8677d0d007814510dcc9eb..bf16102cb7edcd9582ff1709fd2a4940312e9c6c 100644 |
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h |
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h |
@@ -21,6 +21,8 @@ class NativeTabContentsContainerGtk : 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; |