| Index: ui/views/controls/image_view.cc
|
| diff --git a/ui/views/controls/image_view.cc b/ui/views/controls/image_view.cc
|
| index c5e2f416a3f03d52b67c260441b89ce604f7c2f9..dc610ebfb725355e8964b57322b156c7472f8d50 100644
|
| --- a/ui/views/controls/image_view.cc
|
| +++ b/ui/views/controls/image_view.cc
|
| @@ -205,7 +205,7 @@ bool ImageView::GetTooltipText(const gfx::Point& p,
|
| return true;
|
| }
|
|
|
| -bool ImageView::HitTestRect(const gfx::Rect& rect) const {
|
| +bool ImageView::HitTestRect(const gfx::RectF& rect) const {
|
| return interactive_ ? View::HitTestRect(rect) : false;
|
| }
|
|
|
|
|