| Index: ash/aura/wm_window_aura.h
|
| diff --git a/ash/aura/wm_window_aura.h b/ash/aura/wm_window_aura.h
|
| index b084b80f23344cd3eaaab35fa3e05cbcb1b8e9e4..88ccc1aec80a5760d487103fa2ea05415164fce9 100644
|
| --- a/ash/aura/wm_window_aura.h
|
| +++ b/ash/aura/wm_window_aura.h
|
| @@ -156,6 +156,8 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
|
| void AddObserver(WmWindowObserver* observer) override;
|
| void RemoveObserver(WmWindowObserver* observer) override;
|
| bool HasObserver(const WmWindowObserver* observer) const override;
|
| + void AddLimitedPreTargetHandler(ui::EventHandler* handler) override;
|
| + void RemoveLimitedPreTargetHandler(ui::EventHandler* handler) override;
|
|
|
| private:
|
| // aura::WindowObserver:
|
|
|