Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.h |
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.h |
index 814d1d0d2251e45d954654db71142c0667760a51..df20a8c90ff7002782efe7759adb1d3749cdfc61 100644 |
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.h |
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_views.h |
@@ -19,6 +19,8 @@ class NativeTabContentsContainerViews : 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; |