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

Unified Diff: ash/mus/window_manager.cc

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 | « ash/mus/window_manager.h ('k') | services/ui/demo/mus_demo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager.cc
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
index 15a30f4dd6598ddb0059d23c5044caa87a7d2f30..08559ea1f4767343d6d8bb92dae73e47cca137dd 100644
--- a/ash/mus/window_manager.cc
+++ b/ash/mus/window_manager.cc
@@ -297,6 +297,11 @@ void WindowManager::OnWmNewDisplay(ui::Window* window,
CreateRootWindowController(window, display);
}
+void WindowManager::OnWmDisplayRemoved(ui::Window* window) {
+ // TODO(sky): wire up this up correctly.
+ NOTIMPLEMENTED();
+}
+
void WindowManager::OnWmPerformMoveLoop(
ui::Window* window,
ui::mojom::MoveLoopSource source,
« no previous file with comments | « ash/mus/window_manager.h ('k') | services/ui/demo/mus_demo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698