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

Unified Diff: ash/wm/frame_painter.h

Issue 19115003: Make the maximize button more easily hittable when there is a huge amount of tabs present (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed completely Created 7 years, 5 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
Index: ash/wm/frame_painter.h
diff --git a/ash/wm/frame_painter.h b/ash/wm/frame_painter.h
index 22365020e7b9e02db99bb86844f922a53a435ee7..742dfe7c1aa8f1b7e71301e731d9690524263dad 100644
--- a/ash/wm/frame_painter.h
+++ b/ash/wm/frame_painter.h
@@ -85,8 +85,8 @@ class ASH_EXPORT FramePainter : public aura::WindowObserver,
gfx::Rect GetWindowBoundsForClientBounds(
int top_height,
const gfx::Rect& client_bounds) const;
- int NonClientHitTest(views::NonClientFrameView* view,
- const gfx::Point& point);
+ int NonClientHitTest(const views::NonClientFrameView* view,
+ const gfx::Point& point) const;
gfx::Size GetMinimumSize(views::NonClientFrameView* view);
gfx::Size GetMaximumSize(views::NonClientFrameView* view);

Powered by Google App Engine
This is Rietveld 408576698