| Index: ash/wm/panels/panel_frame_view.h
|
| diff --git a/ash/wm/panels/panel_frame_view.h b/ash/wm/panels/panel_frame_view.h
|
| index ee124dfd07ce74685c5307e4a73a887bd7fd04d8..82d32826c80aaab966bd403b09ff3ffe20fb35cd 100644
|
| --- a/ash/wm/panels/panel_frame_view.h
|
| +++ b/ash/wm/panels/panel_frame_view.h
|
| @@ -44,7 +44,7 @@ class ASH_EXPORT PanelFrameView : public views::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;
|
|
|