| Index: ash/aura/wm_window_aura.h
|
| diff --git a/ash/aura/wm_window_aura.h b/ash/aura/wm_window_aura.h
|
| index 17a62a11501033efd4ae0d6d4accc2d614b80c27..a13d2bddc5be32f00169978b017ce9d5abc728d9 100644
|
| --- a/ash/aura/wm_window_aura.h
|
| +++ b/ash/aura/wm_window_aura.h
|
| @@ -92,6 +92,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow,
|
| 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;
|
|
|