summaryrefslogtreecommitdiffstats
path: root/chrome/views/non_client_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/non_client_view.h')
-rw-r--r--chrome/views/non_client_view.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/views/non_client_view.h b/chrome/views/non_client_view.h
index d8de9ea..3643bbe 100644
--- a/chrome/views/non_client_view.h
+++ b/chrome/views/non_client_view.h
@@ -75,9 +75,10 @@ class NonClientView : public View {
// the size of the sizing edges, and whether or not the window can be
// resized.
int GetHTComponentForFrame(const gfx::Point& point,
- int resize_area_size,
- int resize_area_corner_size,
- int top_resize_area_size,
+ int top_resize_border_height,
+ int resize_border_width,
+ int bottom_resize_border_height,
+ int resize_corner_size,
bool can_resize);
// Accessor for paint_as_active_.