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

Unified Diff: ash/mus/bridge/wm_window_mus.h

Issue 2350953009: Centralizes more shared code between ash and mash (Closed)
Patch Set: feedback 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
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.cc ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.cc ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698