| Index: ui/views/controls/image_view.h
|
| diff --git a/ui/views/controls/image_view.h b/ui/views/controls/image_view.h
|
| index 349be0bb43e03df3811a0103c292b80907514be6..d82cf98b79a58ff57d43cc1331139a3da0773bf2 100644
|
| --- a/ui/views/controls/image_view.h
|
| +++ b/ui/views/controls/image_view.h
|
| @@ -87,9 +87,7 @@
|
| virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE;
|
| virtual bool GetTooltipText(const gfx::Point& p,
|
| base::string16* tooltip) const OVERRIDE;
|
| -
|
| - // ui::EventTarget:
|
| - virtual bool CanAcceptEvent(const ui::Event& event) OVERRIDE;
|
| + virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
|
|
| private:
|
| void OnPaintImage(gfx::Canvas* canvas);
|
|
|