Index: chrome/browser/tab_contents/tab_contents_view_mac.mm |
=================================================================== |
--- chrome/browser/tab_contents/tab_contents_view_mac.mm (revision 95921) |
+++ chrome/browser/tab_contents/tab_contents_view_mac.mm (working copy) |
@@ -235,6 +235,7 @@ |
void TabContentsViewMac::UpdatePreferredSize(const gfx::Size& pref_size) { |
preferred_width_ = pref_size.width(); |
+ tab_contents_->UpdatePreferredSize(pref_size); |
} |
bool TabContentsViewMac::IsDoingDrag() const { |