| Index: chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
|
| diff --git a/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h b/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
|
| index 3bb605a62e237fdb7e22b85c5f00df7502e3ed80..7de1d1ae813cea4249e1219f6bc9f41fafd6bf89 100644
|
| --- a/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
|
| +++ b/chrome/browser/ui/views/apps/glass_app_window_frame_view_win.h
|
| @@ -25,22 +25,22 @@ class GlassAppWindowFrameViewWin : public views::NonClientFrameView {
|
|
|
| private:
|
| // views::NonClientFrameView implementation.
|
| - virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
|
| + virtual gfx::Rect GetBoundsForClientView() const override;
|
| virtual gfx::Rect GetWindowBoundsForClientBounds(
|
| - const gfx::Rect& client_bounds) const OVERRIDE;
|
| - virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE;
|
| + const gfx::Rect& client_bounds) const override;
|
| + virtual int NonClientHitTest(const gfx::Point& point) override;
|
| virtual void GetWindowMask(const gfx::Size& size,
|
| - gfx::Path* window_mask) OVERRIDE;
|
| - virtual void ResetWindowControls() OVERRIDE {}
|
| - virtual void UpdateWindowIcon() OVERRIDE {}
|
| - virtual void UpdateWindowTitle() OVERRIDE {}
|
| - virtual void SizeConstraintsChanged() OVERRIDE {}
|
| + gfx::Path* window_mask) override;
|
| + virtual void ResetWindowControls() override {}
|
| + virtual void UpdateWindowIcon() override {}
|
| + virtual void UpdateWindowTitle() override {}
|
| + virtual void SizeConstraintsChanged() override {}
|
|
|
| // views::View implementation.
|
| - virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| - virtual const char* GetClassName() const OVERRIDE;
|
| - virtual gfx::Size GetMinimumSize() const OVERRIDE;
|
| - virtual gfx::Size GetMaximumSize() const OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const override;
|
| + virtual const char* GetClassName() const override;
|
| + virtual gfx::Size GetMinimumSize() const override;
|
| + virtual gfx::Size GetMaximumSize() const override;
|
|
|
| extensions::NativeAppWindow* window_;
|
| views::Widget* widget_;
|
|
|