| Index: ash/mus/bridge/wm_window_mus.h
|
| diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
|
| index 5b6a121eb36dfe2929d34d0193d0e8a68520452a..0f0a2b950810120067d8e641672fffc6d30632d4 100644
|
| --- a/ash/mus/bridge/wm_window_mus.h
|
| +++ b/ash/mus/bridge/wm_window_mus.h
|
| @@ -156,6 +156,7 @@ class WmWindowMus : public WmWindow, public ui::WindowObserver {
|
| void SetParentUsingContext(WmWindow* context,
|
| const gfx::Rect& screen_bounds) override;
|
| void AddChild(WmWindow* window) override;
|
| + void RemoveChild(WmWindow* child) override;
|
| const WmWindow* GetParent() const override;
|
| const WmWindow* GetTransientParent() const override;
|
| std::vector<WmWindow*> GetTransientChildren() override;
|
|
|