Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.cc |
diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.cc |
index 9ef98ad85cffb54aa97e1ec338694b215238baf9..2e30e1e6b482086c9abc9e21c77787b167a8f54f 100644 |
--- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.cc |
+++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.cc |
@@ -62,6 +62,14 @@ void NativeTabContentsContainerWin::SetFastResize(bool fast_resize) { |
set_fast_resize(fast_resize); |
} |
+bool NativeTabContentsContainerWin::GetFastResize() const { |
+ return fast_resize(); |
+} |
+ |
+bool NativeTabContentsContainerWin::FastResizeAtLastLayout() const { |
+ return fast_resize_at_last_layout(); |
+} |
+ |
void NativeTabContentsContainerWin::RenderViewHostChanged( |
RenderViewHost* old_host, |
RenderViewHost* new_host) { |