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 23f4cbbff968ea01ede99930a7f66e800dffc38e..5c61e2db09d11a4f66b196f9f13f05de5db1646f 100644 |
--- a/ui/views/window/custom_frame_view.h |
+++ b/ui/views/window/custom_frame_view.h |
@@ -41,7 +41,7 @@ class CustomFrameView : 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; |