Index: chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
diff --git a/chrome/browser/ui/views/frame/popup_non_client_frame_view.h b/chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
index 9306889aa242019f88cba39be377f2a33ba130c2..59e9ed76b6508a21925d56343d38bbcd55fdfdfc 100644 |
--- a/chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
+++ b/chrome/browser/ui/views/frame/popup_non_client_frame_view.h |
@@ -18,7 +18,7 @@ class PopupNonClientFrameView : public BrowserNonClientFrameView { |
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; |