Chromium Code Reviews| Index: ash/frame/custom_frame_view_ash.h |
| diff --git a/ash/frame/custom_frame_view_ash.h b/ash/frame/custom_frame_view_ash.h |
| index 3f02413778a19a303be15412a49a59ea58800fb4..893e7af7c8c25fa2bb456bd15d21e31bfdf2ad3b 100644 |
| --- a/ash/frame/custom_frame_view_ash.h |
| +++ b/ash/frame/custom_frame_view_ash.h |
| @@ -53,7 +53,7 @@ class ASH_EXPORT CustomFrameViewAsh : public views::NonClientFrameView { |
| virtual void UpdateWindowTitle() OVERRIDE; |
| // views::View overrides: |
| - virtual gfx::Size GetPreferredSize() OVERRIDE; |
| + virtual gfx::Size GetPreferredSize() const OVERRIDE; |
| virtual const char* GetClassName() const OVERRIDE; |
| virtual gfx::Size GetMinimumSize() OVERRIDE; |
|
sky
2014/05/13 16:06:08
const
|
| virtual gfx::Size GetMaximumSize() OVERRIDE; |