| Index: ui/message_center/views/bounded_label.h
|
| diff --git a/ui/message_center/views/bounded_label.h b/ui/message_center/views/bounded_label.h
|
| index 2396cd10be7a8a4f41d0b793cea9ed5430f857e3..cb4c2ffa5db7026ac6f9b7c378293440c3345569 100644
|
| --- a/ui/message_center/views/bounded_label.h
|
| +++ b/ui/message_center/views/bounded_label.h
|
| @@ -53,7 +53,7 @@ class MESSAGE_CENTER_EXPORT BoundedLabel : public views::View {
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual int GetHeightForWidth(int width) OVERRIDE;
|
| virtual void Paint(gfx::Canvas* canvas) 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;
|
|
|
| protected:
|
|
|