| 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..349be0bb43e03df3811a0103c292b80907514be6 100644
|
| --- a/ui/views/controls/image_view.h
|
| +++ b/ui/views/controls/image_view.h
|
| @@ -87,7 +87,9 @@ 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;
|
| +
|
| + // ui::EventTarget:
|
| + virtual bool CanAcceptEvent(const ui::Event& event) OVERRIDE;
|
|
|
| private:
|
| void OnPaintImage(gfx::Canvas* canvas);
|
|
|