| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| index 04095c8a05fc37d230a9246799ca3153b6e82141..2b6251a7ca3d7a07fde1d0e1e75828a8ae6ea909 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| @@ -59,7 +59,7 @@ class OpaqueBrowserFrameView : 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;
|
|
|