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

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

Issue 2839743002: Wires up WindowTreeClient::SetDisplayRoot() (Closed)
Patch Set: add .cc 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
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 3c2279df44f4acca272bfef84588d640ec7cd7a6..b0ad445818a13e7373d399ed496317972e910b24 100644
--- a/ui/aura/test/mus/window_tree_client_private.h
+++ b/ui/aura/test/mus/window_tree_client_private.h
@@ -31,6 +31,8 @@ class Window;
class WindowTreeClient;
class WindowTreeHostMus;
+struct WindowTreeHostMusInitParams;
+
// Use to access implementation details of WindowTreeClient.
class WindowTreeClientPrivate {
public:
@@ -57,6 +59,8 @@ class WindowTreeClientPrivate {
void CallOnConnect();
+ WindowTreeHostMusInitParams CallCreateInitParamsForNewDisplay();
+
// Sets the WindowTree and client id.
void SetTreeAndClientId(ui::mojom::WindowTree* window_tree,
ClientSpecificId client_id);

Powered by Google App Engine
This is Rietveld 408576698