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

Unified Diff: services/ui/test_wm/test_wm.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/test_wm/test_wm.cc
diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
index ed0d1e795a341942395fc660445146da06a06de0..52f31de3730096f80908d6ce47facee0fd688247 100644
--- a/services/ui/test_wm/test_wm.cc
+++ b/services/ui/test_wm/test_wm.cc
@@ -85,7 +85,8 @@ class TestWM : public service_manager::Service,
window_tree_host_.reset();
window_tree_client_.reset();
}
- void OnEmbedRootDestroyed(aura::Window* root) override {
+ void OnEmbedRootDestroyed(
+ aura::WindowTreeHostMus* window_tree_host) override {
// WindowTreeClients configured as the window manager should never get
// OnEmbedRootDestroyed().
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698