Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5426)

Unified Diff: chrome/views/non_client_view.h

Issue 18804: OpaqueNonClientView cleanup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/views/custom_frame_window.cc ('k') | chrome/views/non_client_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/non_client_view.h
===================================================================
--- chrome/views/non_client_view.h (revision 8638)
+++ chrome/views/non_client_view.h (working copy)
@@ -75,9 +75,10 @@
// 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_.
« no previous file with comments | « chrome/views/custom_frame_window.cc ('k') | chrome/views/non_client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698