| Index: ui/wm/core/easy_resize_window_targeter.h
|
| diff --git a/ui/wm/core/easy_resize_window_targeter.h b/ui/wm/core/easy_resize_window_targeter.h
|
| index 2543a23b575b0c829a405c12443287085870befe..c6a47af890b9124dd090b6149d232b0239bc46e4 100644
|
| --- a/ui/wm/core/easy_resize_window_targeter.h
|
| +++ b/ui/wm/core/easy_resize_window_targeter.h
|
| @@ -31,8 +31,8 @@ class WM_EXPORT EasyResizeWindowTargeter : public aura::WindowTargeter {
|
| touch_extend_ = touch_extend;
|
| }
|
|
|
| - // ui::EventTargeter:
|
| - bool EventLocationInsideBounds(ui::EventTarget* target,
|
| + // aura::WindowTargeter:
|
| + bool EventLocationInsideBounds(aura::Window* window,
|
| const ui::LocatedEvent& event) const override;
|
|
|
| private:
|
|
|