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

Unified Diff: ash/mus/window_manager.h

Issue 2346253004: Makes display roots be destroyed by client (Closed)
Patch Set: cleanup 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 | « no previous file | ash/mus/window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index be51cd6dcc857f68b74d3fdbad571c62547b32d9..b1006ae283f7f7f88121ca8c1245d3c02f0ef981 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -137,6 +137,7 @@ class WindowManager : public ui::WindowManagerDelegate,
bool not_responding) override;
void OnWmNewDisplay(ui::Window* window,
const display::Display& display) override;
+ void OnWmDisplayRemoved(ui::Window* window) override;
void OnWmPerformMoveLoop(ui::Window* window,
ui::mojom::MoveLoopSource source,
const gfx::Point& cursor_location,
« no previous file with comments | « no previous file | ash/mus/window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698