| Index: chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h b/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
|
| index 3f2fed7e8913bf8e81449e08d8e6c8045db3602b..ff41e644b3c4cef79a5ecaa12b5d0bbf57f18c91 100644
|
| --- a/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/app_panel_browser_frame_view.h
|
| @@ -40,7 +40,7 @@ class AppPanelBrowserFrameView : 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;
|
|
|