Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1833)

Unified Diff: ash/common/wm_window.h

Issue 2350953009: Centralizes more shared code between ash and mash (Closed)
Patch Set: moar Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*>(

Powered by Google App Engine
This is Rietveld 408576698