| Index: chrome/browser/ui/views/frame/app_non_client_frame_view_ash.h
|
| diff --git a/chrome/browser/ui/views/frame/app_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/app_non_client_frame_view_ash.h
|
| index 2d8ac3e82339a4b00a3c6bd445211a661d99eb9d..836bb8624afc606afb9471b5936597d89d7ccfb1 100644
|
| --- a/chrome/browser/ui/views/frame/app_non_client_frame_view_ash.h
|
| +++ b/chrome/browser/ui/views/frame/app_non_client_frame_view_ash.h
|
| @@ -26,7 +26,7 @@ class AppNonClientFrameViewAsh : 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;
|
|
|