diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 17:02:31 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 17:02:31 +0000 |
commit | e1109c6bb01438970e99d221cab79982ad273440 (patch) | |
tree | 2cec6904338b9d80d2ea324ee61459aca068eef4 /chrome/browser/views/frame/aero_glass_frame.h | |
parent | 45549f3e41d3688039cc9cfca2363186afbc1f12 (diff) | |
download | chromium_src-e1109c6bb01438970e99d221cab79982ad273440.zip chromium_src-e1109c6bb01438970e99d221cab79982ad273440.tar.gz chromium_src-e1109c6bb01438970e99d221cab79982ad273440.tar.bz2 |
Grab bag of random cleanups, implementation of some more methods, etc. I'm going to become more methodical about this soon, I promise.
B=1031854
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@377 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/frame/aero_glass_frame.h')
-rw-r--r-- | chrome/browser/views/frame/aero_glass_frame.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/aero_glass_frame.h b/chrome/browser/views/frame/aero_glass_frame.h index 5480d5d..f2e18a0 100644 --- a/chrome/browser/views/frame/aero_glass_frame.h +++ b/chrome/browser/views/frame/aero_glass_frame.h @@ -63,6 +63,9 @@ class AeroGlassFrame : public BrowserFrame, int GetMinimizeButtonOffset() const; // Overridden from BrowserFrame: + virtual gfx::Rect GetWindowBoundsForClientBounds( + const gfx::Rect& client_bounds); + virtual void SizeToContents(const gfx::Rect& contents_bounds); virtual gfx::Rect GetBoundsForTabStrip(TabStrip* tabstrip) const; virtual ChromeViews::Window* GetWindow(); |