diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-17 02:03:23 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-17 02:03:23 +0000 |
commit | 3b680a8b28f63a13f82fbb5e7324fba69c28d75d (patch) | |
tree | 5fdcb6ef14cdf63449e95a50c3e18db90d60923a /chrome/browser/external_tab_container.h | |
parent | 4ec0cd19d253161aa42d0f9583da8f0886dff7c9 (diff) | |
download | chromium_src-3b680a8b28f63a13f82fbb5e7324fba69c28d75d.zip chromium_src-3b680a8b28f63a13f82fbb5e7324fba69c28d75d.tar.gz chromium_src-3b680a8b28f63a13f82fbb5e7324fba69c28d75d.tar.bz2 |
Replace some CRects with gfx::Rect
Review URL: http://codereview.chromium.org/14173
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7126 0039d316-1c4b-4281-b951-d872f2087c98
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); |