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

Unified Diff: ui/views/window/native_frame_view.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: ui/views/window/native_frame_view.cc
diff --git a/ui/views/window/native_frame_view.cc b/ui/views/window/native_frame_view.cc
index 1cbafabe57b22c489f7196dfcbf8d524ae882913..a321e78acb106310e22550512771be8bffe010c9 100644
--- a/ui/views/window/native_frame_view.cc
+++ b/ui/views/window/native_frame_view.cc
@@ -42,7 +42,7 @@ gfx::Rect NativeFrameView::GetWindowBoundsForClientBounds(
#endif
}
-int NativeFrameView::NonClientHitTest(const gfx::Point& point) {
+int NativeFrameView::NonClientHitTest(const gfx::Point& point) const {
return frame_->client_view()->NonClientHitTest(point);
}

Powered by Google App Engine
This is Rietveld 408576698