| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc
|
| index 4fdaf774101ce7d31aa7d963e3fd5a0b854ff302..9fcde00e85e0c4451be2a7659a0d8c30e57832ca 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc
|
| @@ -47,6 +47,14 @@ void NativeTabContentsContainerGtk::SetFastResize(bool fast_resize) {
|
| set_fast_resize(fast_resize);
|
| }
|
|
|
| +bool NativeTabContentsContainerGtk::GetFastResize() const {
|
| + return fast_resize();
|
| +}
|
| +
|
| +bool NativeTabContentsContainerGtk::FastResizeAtLastLayout() const {
|
| + return fast_resize_at_last_layout();
|
| +}
|
| +
|
| void NativeTabContentsContainerGtk::RenderViewHostChanged(
|
| RenderViewHost* old_host,
|
| RenderViewHost* new_host) {
|
|
|