| Index: ui/views/window/non_client_view.h
|
| diff --git a/ui/views/window/non_client_view.h b/ui/views/window/non_client_view.h
|
| index 53ee72b9f232129fd46409307c3f1c3fe8d04b12..8be4a8599b45ef67ef2ce69f9f388295eb18f495 100644
|
| --- a/ui/views/window/non_client_view.h
|
| +++ b/ui/views/window/non_client_view.h
|
| @@ -67,7 +67,7 @@ class VIEWS_EXPORT NonClientFrameView : public View {
|
| virtual void UpdateWindowIcon() = 0;
|
|
|
| // Overridden from View:
|
| - virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
| virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
|
| virtual std::string GetClassName() const OVERRIDE;
|
|
|
|
|