diff options
Diffstat (limited to 'chrome/browser/external_tab_container.h')
-rw-r--r-- | chrome/browser/external_tab_container.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/external_tab_container.h b/chrome/browser/external_tab_container.h index 2ae64fbd..17be9b2 100644 --- a/chrome/browser/external_tab_container.h +++ b/chrome/browser/external_tab_container.h @@ -87,7 +87,7 @@ class ExternalTabContainer : public TabContentsDelegate, //////////////////////////////////////////////////////////////////////////////// // views::Widget //////////////////////////////////////////////////////////////////////////////// - virtual void GetBounds(CRect *out, bool including_frame) const; + virtual void GetBounds(gfx::Rect* out, bool including_frame) const; virtual void MoveToFront(bool should_activate); virtual HWND GetHWND() const; virtual void PaintNow(const gfx::Rect& update_rect); |