Index: chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc |
=================================================================== |
--- chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc (revision 96104) |
+++ chrome/browser/ui/views/tab_contents/tab_contents_view_touch.cc (working copy) |
@@ -228,6 +228,8 @@ |
} |
void TabContentsViewTouch::UpdatePreferredSize(const gfx::Size& pref_size) { |
+ if (tab_contents_->delegate()) |
+ tab_contents_->delegate()->UpdatePreferredSize(pref_size); |
} |
bool TabContentsViewTouch::IsDoingDrag() const { |