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

Unified Diff: ash/wm/system_gesture_event_filter_unittest.cc

Issue 296823002: views: Also const-ify GetMaximumSize(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/system_gesture_event_filter_unittest.cc
diff --git a/ash/wm/system_gesture_event_filter_unittest.cc b/ash/wm/system_gesture_event_filter_unittest.cc
index fe1da3df0bfe546e37e6ce92314980297d3dc67b..072a714b887434f1240c1b5f96f4b3198bd71e2f 100644
--- a/ash/wm/system_gesture_event_filter_unittest.cc
+++ b/ash/wm/system_gesture_event_filter_unittest.cc
@@ -62,7 +62,7 @@ class MaxSizeNCFV : public views::NonClientFrameView {
public:
MaxSizeNCFV() {}
private:
- virtual gfx::Size GetMaximumSize() OVERRIDE {
+ virtual gfx::Size GetMaximumSize() const OVERRIDE {
return gfx::Size(200, 200);
}
virtual gfx::Rect GetBoundsForClientView() const OVERRIDE {
« no previous file with comments | « ash/frame/custom_frame_view_ash_unittest.cc ('k') | chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698