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

Unified Diff: ui/views/mus/window_manager_connection.h

Issue 2301353003: Changes ownership of WindowTreeClient (Closed)
Patch Set: 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
Index: ui/views/mus/window_manager_connection.h
diff --git a/ui/views/mus/window_manager_connection.h b/ui/views/mus/window_manager_connection.h
index 367f824d4a4f818c7553097c291d135f44428844..cad161ac06123b2a1e6a2e991ff3a57ac4dd45ce 100644
--- a/ui/views/mus/window_manager_connection.h
+++ b/ui/views/mus/window_manager_connection.h
@@ -89,7 +89,8 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
// ui::WindowTreeClientDelegate:
void OnEmbed(ui::Window* root) override;
- void OnDidDestroyClient(ui::WindowTreeClient* client) override;
+ void OnLostConnection(ui::WindowTreeClient* client) override;
+ void OnEmbedRootDestroyed(ui::Window* root) override;
void OnPointerEventObserved(const ui::PointerEvent& event,
ui::Window* target) override;

Powered by Google App Engine
This is Rietveld 408576698