| Index: ui/views/window/custom_frame_view.h
|
| diff --git a/ui/views/window/custom_frame_view.h b/ui/views/window/custom_frame_view.h
|
| index 96dbd225c19307a819ce6b140318f39a13b83f4b..f777e1d71b1aae4d9b373a66f1c05f95e439866e 100644
|
| --- a/ui/views/window/custom_frame_view.h
|
| +++ b/ui/views/window/custom_frame_view.h
|
| @@ -51,8 +51,8 @@ class CustomFrameView : public NonClientFrameView,
|
| // Overridden from View:
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| - virtual gfx::Size GetMinimumSize() OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| + virtual gfx::Size GetMinimumSize() const OVERRIDE;
|
| virtual gfx::Size GetMaximumSize() OVERRIDE;
|
|
|
| // Overridden from ButtonListener:
|
|
|