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

Unified Diff: ui/aura/test/mus/window_tree_client_private.cc

Issue 2843193002: chromeos: fix focus for mushrome (Closed)
Patch Set: feedback Created 3 years, 8 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 | « ui/aura/test/mus/window_tree_client_private.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/mus/window_tree_client_private.cc
diff --git a/ui/aura/test/mus/window_tree_client_private.cc b/ui/aura/test/mus/window_tree_client_private.cc
index 11d475986d844558be8146668afe17e87c84e70c..89bd828c878aec6166bd24066eb74a4edd70e04a 100644
--- a/ui/aura/test/mus/window_tree_client_private.cc
+++ b/ui/aura/test/mus/window_tree_client_private.cc
@@ -99,6 +99,11 @@ void WindowTreeClientPrivate::SetTreeAndClientId(
tree_client_impl_->client_id_ = client_id;
}
+void WindowTreeClientPrivate::SetWindowManagerClient(
+ ui::mojom::WindowManagerClient* client) {
+ tree_client_impl_->window_manager_client_ = client;
+}
+
bool WindowTreeClientPrivate::HasPointerWatcher() {
return tree_client_impl_->has_pointer_watcher_;
}
« no previous file with comments | « ui/aura/test/mus/window_tree_client_private.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698