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

Unified Diff: chrome/browser/views/constrained_window_impl.cc

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 | « no previous file | chrome/browser/views/frame/opaque_non_client_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/constrained_window_impl.cc
===================================================================
--- chrome/browser/views/constrained_window_impl.cc (revision 8638)
+++ chrome/browser/views/constrained_window_impl.cc (working copy)
@@ -374,10 +374,9 @@
if (icon_bounds_.Contains(point))
return HTSYSMENU;
- component = GetHTComponentForFrame(point, kResizeAreaSize,
- kResizeAreaCornerSize,
- kResizeAreaNorthSize,
- window_delegate_->CanResize());
+ component = GetHTComponentForFrame(point, kResizeAreaNorthSize,
+ kResizeAreaSize, kResizeAreaSize, kResizeAreaCornerSize,
+ window_delegate_->CanResize());
if (component == HTNOWHERE) {
// Finally fall back to the caption.
if (bounds().Contains(point))
« no previous file with comments | « no previous file | chrome/browser/views/frame/opaque_non_client_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698