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

Unified Diff: services/ui/demo/mus_demo.cc

Issue 2559703003: Converts WindowTreeClientTest to be in terms of aura (Closed)
Patch Set: feedback Created 4 years 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: services/ui/demo/mus_demo.cc
diff --git a/services/ui/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
index 9520f24b19b912b66fdba91ab3f453e9e3b4108a..98cd3cb9ced482191e6509fc4116ab393dec5c1a 100644
--- a/services/ui/demo/mus_demo.cc
+++ b/services/ui/demo/mus_demo.cc
@@ -109,7 +109,7 @@ void MusDemo::OnUnembed(aura::Window* root) {
NOTREACHED();
}
-void MusDemo::OnEmbedRootDestroyed(aura::Window* root) {
+void MusDemo::OnEmbedRootDestroyed(aura::WindowTreeHostMus* window_tree_host) {
// Not called for the WindowManager.
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698