Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h |
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h |
index 27ef80588dd9eb9734d341f33edf23bd4bf5d5bc..ebab7735ff62b606ebca91a2f52503f513c5727c 100644 |
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h |
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h |
@@ -19,6 +19,8 @@ class NativeTabContentsContainerAura : 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; |