| Index: ui/views/window/native_frame_view.h
|
| diff --git a/ui/views/window/native_frame_view.h b/ui/views/window/native_frame_view.h
|
| index 378e354bf791824f05aebbeb02681de3e46cebe5..a633e0f20f85cd67a68cf195903be0103efe0869 100644
|
| --- a/ui/views/window/native_frame_view.h
|
| +++ b/ui/views/window/native_frame_view.h
|
| @@ -20,7 +20,7 @@ class VIEWS_EXPORT NativeFrameView : public NonClientFrameView {
|
| 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;
|
| + virtual int NonClientHitTest(const gfx::Point& point) const OVERRIDE;
|
| virtual void GetWindowMask(const gfx::Size& size,
|
| gfx::Path* window_mask) OVERRIDE;
|
| virtual void ResetWindowControls() OVERRIDE;
|
|
|