Index: ash/common/wm_window.h |
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h |
index 30dc6ab359bac68fb92bcdb2acca1fe7aed16186..30a0a3cf50dffae35d81d1c775bfa2221ab4a146 100644 |
--- a/ash/common/wm_window.h |
+++ b/ash/common/wm_window.h |
@@ -154,6 +154,7 @@ class ASH_EXPORT WmWindow { |
virtual void SetParentUsingContext(WmWindow* context, |
const gfx::Rect& screen_bounds) = 0; |
virtual void AddChild(WmWindow* window) = 0; |
+ virtual void RemoveChild(WmWindow* child) = 0; |
WmWindow* GetParent() { |
return const_cast<WmWindow*>( |