diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 01:47:10 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 01:47:10 +0000 |
commit | 85d188a54ea7f78d43db31087ce1abd1b82726dd (patch) | |
tree | d9fa2f269c26b069bb3e03626b837db6ac33538d /chrome/browser/window_sizer.h | |
parent | d185b2fd15adfee5cad70656545d66440c6b2113 (diff) | |
download | chromium_src-85d188a54ea7f78d43db31087ce1abd1b82726dd.zip chromium_src-85d188a54ea7f78d43db31087ce1abd1b82726dd.tar.gz chromium_src-85d188a54ea7f78d43db31087ce1abd1b82726dd.tar.bz2 |
Try and make the GetXXXBounds() functions share more code to be shorter, and change a name to make it a bit clearer. No user-visible change.
Review URL: http://codereview.chromium.org/21332
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/window_sizer.h')
-rw-r--r-- | chrome/browser/window_sizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/window_sizer.h b/chrome/browser/window_sizer.h index a6d5266..19f0135 100644 --- a/chrome/browser/window_sizer.h +++ b/chrome/browser/window_sizer.h @@ -44,7 +44,7 @@ class WindowSizer { // Returns the bounds of the working rect of the monitor that most closely // intersects the provided bounds. - virtual gfx::Rect GetMonitorBoundsMatching( + virtual gfx::Rect GetMonitorWorkingRectMatching( const gfx::Rect& match_rect) const = 0; // Returns the delta between the working rect and the monitor size of the |