Chromium Code Reviews| Index: ui/views/controls/label.cc |
| diff --git a/ui/views/controls/label.cc b/ui/views/controls/label.cc |
| index 717d2e08a445b2af147a964653f10b86a80f5c81..b74c0cf39c29d62c017900cc730ead02fc61a1c8 100644 |
| --- a/ui/views/controls/label.cc |
| +++ b/ui/views/controls/label.cc |
| @@ -289,7 +289,7 @@ View* Label::GetTooltipHandlerForPoint(const gfx::Point& point) { |
| return this; |
| } |
| -bool Label::HitTestRect(const gfx::Rect& rect) const { |
| +bool Label::HitTestRect(const gfx::RectF& rect) const { |
| return false; |
| } |