| 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 569330014c3c4eccf43aaba1dc1a862414de2306..2543a23b575b0c829a405c12443287085870befe 100644
|
| --- a/ui/wm/core/easy_resize_window_targeter.h
|
| +++ b/ui/wm/core/easy_resize_window_targeter.h
|
| @@ -20,7 +20,7 @@ class WM_EXPORT EasyResizeWindowTargeter : public aura::WindowTargeter {
|
| const gfx::Insets& mouse_extend,
|
| const gfx::Insets& touch_extend);
|
|
|
| - virtual ~EasyResizeWindowTargeter();
|
| + ~EasyResizeWindowTargeter() override;
|
|
|
| protected:
|
| void set_mouse_extend(const gfx::Insets& mouse_extend) {
|
| @@ -32,9 +32,8 @@ class WM_EXPORT EasyResizeWindowTargeter : public aura::WindowTargeter {
|
| }
|
|
|
| // ui::EventTargeter:
|
| - virtual bool EventLocationInsideBounds(
|
| - ui::EventTarget* target,
|
| - const ui::LocatedEvent& event) const override;
|
| + bool EventLocationInsideBounds(ui::EventTarget* target,
|
| + const ui::LocatedEvent& event) const override;
|
|
|
| private:
|
| // Returns true if the hit testing (EventLocationInsideBounds()) should use
|
|
|