diff options
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); |