summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents_view.h')
-rw-r--r--chrome/browser/tab_contents/tab_contents_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_view.h b/chrome/browser/tab_contents/tab_contents_view.h
index fcef017..db5fff8 100644
--- a/chrome/browser/tab_contents/tab_contents_view.h
+++ b/chrome/browser/tab_contents/tab_contents_view.h
@@ -123,7 +123,7 @@ class TabContentsView : public RenderViewHostDelegate::View {
virtual void HandleMouseLeave() {}
// Set and return the content's intrinsic width.
- virtual void UpdatePreferredWidth(int pref_width);
+ virtual void UpdatePreferredSize(const gfx::Size& pref_size);
int preferred_width() const {
return preferred_width_;
}