diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 22:06:40 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-29 22:06:40 +0000 |
commit | fc81ac2d712a65c951005a8905a1edc114a1c1ef (patch) | |
tree | d295e947157f2bd09fde08334aaa1e1e81c842a0 /chrome/views/non_client_view.h | |
parent | cad01431b348b5c01ded71f05f2f30f8dcc41d22 (diff) | |
download | chromium_src-fc81ac2d712a65c951005a8905a1edc114a1c1ef.zip chromium_src-fc81ac2d712a65c951005a8905a1edc114a1c1ef.tar.gz chromium_src-fc81ac2d712a65c951005a8905a1edc114a1c1ef.tar.bz2 |
Per Glen, remove the bottom border of maximized windows. I went ahead and also removed support for window frame sizes with unequal widths vs. heights; Windows' UI doesn't actually let you do this and it was making the code more complex than it needed to be.
Review URL: http://codereview.chromium.org/19477
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8916 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/non_client_view.h')
-rw-r--r-- | chrome/views/non_client_view.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/views/non_client_view.h b/chrome/views/non_client_view.h index 6619cf0..4dbf0e7 100644 --- a/chrome/views/non_client_view.h +++ b/chrome/views/non_client_view.h @@ -80,8 +80,7 @@ class NonClientView : public View { // resized. int GetHTComponentForFrame(const gfx::Point& point, int top_resize_border_height, - int resize_border_width, - int bottom_resize_border_height, + int resize_border_thickness, int resize_corner_size, bool can_resize); |