diff options
Diffstat (limited to 'chrome/browser/views/info_bubble.h')
-rw-r--r-- | chrome/browser/views/info_bubble.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/info_bubble.h b/chrome/browser/views/info_bubble.h index 78ebae2..e237660 100644 --- a/chrome/browser/views/info_bubble.h +++ b/chrome/browser/views/info_bubble.h @@ -107,7 +107,7 @@ class InfoBubble : public ChromeViews::HWNDViewContainer, // Returns the preferred size, which is the sum of the preferred size of // the content and the border/arrow. - virtual void GetPreferredSize(CSize* pref); + virtual gfx::Size GetPreferredSize(); // Positions the content relative to the border. virtual void Layout(); |