| Index: ui/views/controls/link.h
|
| diff --git a/ui/views/controls/link.h b/ui/views/controls/link.h
|
| index 269b539d4ce97e9bf7a17f6c328629433f0b2d72..0f81b447ba730aab8106bc2ecf586cafb50e5207 100644
|
| --- a/ui/views/controls/link.h
|
| +++ b/ui/views/controls/link.h
|
| @@ -34,7 +34,7 @@ class VIEWS_EXPORT Link : public Label {
|
| virtual void OnEnabledChanged() OVERRIDE;
|
| virtual std::string GetClassName() const OVERRIDE;
|
| virtual gfx::NativeCursor GetCursor(const MouseEvent& event) OVERRIDE;
|
| - virtual bool HitTest(const gfx::Point& l) const OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
| virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE;
|
| virtual bool OnMouseDragged(const MouseEvent& event) OVERRIDE;
|
| virtual void OnMouseReleased(const MouseEvent& event) OVERRIDE;
|
|
|