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

Unified Diff: services/ui/public/cpp/tests/window_tree_client_unittest.cc

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: services/ui/public/cpp/tests/window_tree_client_unittest.cc
diff --git a/services/ui/public/cpp/tests/window_tree_client_unittest.cc b/services/ui/public/cpp/tests/window_tree_client_unittest.cc
index fee2c08a9253847ae289c10fb09099c6b261ae4f..f20f2d57a8efce13d85110f9f7f16672ec05b389 100644
--- a/services/ui/public/cpp/tests/window_tree_client_unittest.cc
+++ b/services/ui/public/cpp/tests/window_tree_client_unittest.cc
@@ -59,7 +59,8 @@ class TestWindowTreeClientDelegate : public WindowTreeClientDelegate {
// WindowTreeClientDelegate:
void OnEmbed(Window* root) override {}
- void OnDidDestroyClient(WindowTreeClient* client) override {}
+ void OnLostConnection(WindowTreeClient* client) override {}
+ void OnEmbedRootDestroyed(Window* root) override {}
void OnPointerEventObserved(const ui::PointerEvent& event,
Window* target) override {
last_event_observed_.reset(new ui::PointerEvent(event));

Powered by Google App Engine
This is Rietveld 408576698