| Index: ui/views/controls/label.h
|
| diff --git a/ui/views/controls/label.h b/ui/views/controls/label.h
|
| index 17251f3528b89f080d6d62ef076504d886c84649..1613d7756d227a84e2503b9315ca78cac0e80bdd 100644
|
| --- a/ui/views/controls/label.h
|
| +++ b/ui/views/controls/label.h
|
| @@ -185,7 +185,7 @@ class VIEWS_EXPORT Label : public View {
|
| virtual int GetHeightForWidth(int w) OVERRIDE;
|
| virtual const char* GetClassName() const OVERRIDE;
|
| virtual View* GetTooltipHandlerForPoint(const gfx::Point& point) OVERRIDE;
|
| - virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::RectF& rect) const OVERRIDE;
|
| virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE;
|
| // Gets the tooltip text for labels that are wider than their bounds, except
|
| // when the label is multiline, in which case it just returns false (no
|
|
|