| Index: ui/views/controls/image_view.h
|
| diff --git a/ui/views/controls/image_view.h b/ui/views/controls/image_view.h
|
| index d82cf98b79a58ff57d43cc1331139a3da0773bf2..2554a348a50d177cfbc530f9cd0966d986ee1b7a 100644
|
| --- a/ui/views/controls/image_view.h
|
| +++ b/ui/views/controls/image_view.h
|
| @@ -87,7 +87,7 @@ class VIEWS_EXPORT ImageView : public View {
|
| virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE;
|
| virtual bool GetTooltipText(const gfx::Point& p,
|
| base::string16* tooltip) const OVERRIDE;
|
| - virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::RectF& rect) const OVERRIDE;
|
|
|
| private:
|
| void OnPaintImage(gfx::Canvas* canvas);
|
|
|