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

Unified Diff: ash/wm/custom_frame_view_ash.cc

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/custom_frame_view_ash.cc
diff --git a/ash/wm/custom_frame_view_ash.cc b/ash/wm/custom_frame_view_ash.cc
index 9852d16a799a1b38fa0dd84216ca07babb50aedb..da1dcd3c67081398a2fd79a84959f6458447fb45 100644
--- a/ash/wm/custom_frame_view_ash.cc
+++ b/ash/wm/custom_frame_view_ash.cc
@@ -90,7 +90,7 @@ gfx::Rect CustomFrameViewAsh::GetWindowBoundsForClientBounds(
client_bounds);
}
-int CustomFrameViewAsh::NonClientHitTest(const gfx::Point& point) {
+int CustomFrameViewAsh::NonClientHitTest(const gfx::Point& point) const {
return frame_painter_->NonClientHitTest(this, point);
}

Powered by Google App Engine
This is Rietveld 408576698