Index: ui/views/controls/label.h |
diff --git a/ui/views/controls/label.h b/ui/views/controls/label.h |
index 3881e8fa613073f0ff9253bc76612649e6ce7ae6..93394a497faeecc9242bec4249a838751f2d2671 100644 |
--- a/ui/views/controls/label.h |
+++ b/ui/views/controls/label.h |
@@ -178,7 +178,7 @@ class VIEWS_EXPORT Label : public View { |
// GetPreferredSize().height() if the receiver is not multi-line. |
virtual int GetHeightForWidth(int w) OVERRIDE; |
virtual std::string GetClassName() const OVERRIDE; |
- virtual bool HitTest(const gfx::Point& l) const OVERRIDE; |
+ virtual bool HitTest(const gfx::Rect& r) const OVERRIDE; |
// Mouse enter/exit are overridden to render mouse over background color. |
// These invoke SetContainsMouse as necessary. |
virtual void OnMouseMoved(const MouseEvent& event) OVERRIDE; |