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

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

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/test_window_tree_client_setup.cc ('k') | ui/aura/test/mus/window_tree_client_private.cc » ('j') | 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.h
diff --git a/ui/aura/test/mus/window_tree_client_private.h b/ui/aura/test/mus/window_tree_client_private.h
index b0ad445818a13e7373d399ed496317972e910b24..f17b2b44c72cc500050fd192f70617167c09baa4 100644
--- a/ui/aura/test/mus/window_tree_client_private.h
+++ b/ui/aura/test/mus/window_tree_client_private.h
@@ -21,6 +21,7 @@ namespace ui {
class Event;
namespace mojom {
+class WindowManagerClient;
class WindowTree;
}
}
@@ -65,6 +66,8 @@ class WindowTreeClientPrivate {
void SetTreeAndClientId(ui::mojom::WindowTree* window_tree,
ClientSpecificId client_id);
+ void SetWindowManagerClient(ui::mojom::WindowManagerClient* client);
+
bool HasPointerWatcher();
Window* GetWindowByServerId(Id id);
« no previous file with comments | « ui/aura/test/mus/test_window_tree_client_setup.cc ('k') | ui/aura/test/mus/window_tree_client_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698