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/native_ui_contents.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/native_ui_contents.h')
-rw-r--r-- | chrome/browser/native_ui_contents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/native_ui_contents.h b/chrome/browser/native_ui_contents.h index 6f194f7..09c9750 100644 --- a/chrome/browser/native_ui_contents.h +++ b/chrome/browser/native_ui_contents.h @@ -40,7 +40,7 @@ class NativeUIContents : public TabContents, virtual void CreateView(); virtual HWND GetContainerHWND() const { return GetHWND(); } - virtual void GetContainerBounds(gfx::Rect *out) const; + virtual void GetContainerBounds(gfx::Rect* out) const; // Sets the page state. NativeUIContents takes ownership of the supplied // PageState. Use a value of NULL to set the state to empty. |