| Index: ui/message_center/views/bounded_label.cc
|
| diff --git a/ui/message_center/views/bounded_label.cc b/ui/message_center/views/bounded_label.cc
|
| index 9a39fb55bbef54da6052f4246dda459352e76651..502e338e7f6ae1607bec93c0d3233bf455acfdd1 100644
|
| --- a/ui/message_center/views/bounded_label.cc
|
| +++ b/ui/message_center/views/bounded_label.cc
|
| @@ -328,7 +328,7 @@ void BoundedLabel::Paint(gfx::Canvas* canvas) {
|
| label_->Paint(canvas);
|
| }
|
|
|
| -bool BoundedLabel::HitTestRect(const gfx::Rect& rect) const {
|
| +bool BoundedLabel::HitTestRect(const gfx::RectF& rect) const {
|
| return label_->HitTestRect(rect);
|
| }
|
|
|
|
|