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

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

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.cc
diff --git a/ui/aura/test/mus/window_tree_client_private.cc b/ui/aura/test/mus/window_tree_client_private.cc
index da7ab00ebae8b28a720b8777db6bd419f37436f0..11d475986d844558be8146668afe17e87c84e70c 100644
--- a/ui/aura/test/mus/window_tree_client_private.cc
+++ b/ui/aura/test/mus/window_tree_client_private.cc
@@ -6,6 +6,7 @@
#include "ui/aura/mus/window_port_mus.h"
#include "ui/aura/mus/window_tree_client.h"
+#include "ui/aura/mus/window_tree_host_mus_init_params.h"
#include "ui/aura/window.h"
#include "ui/display/display.h"
@@ -86,6 +87,11 @@ void WindowTreeClientPrivate::CallOnConnect() {
tree_client_impl_->OnConnect(client_id);
}
+WindowTreeHostMusInitParams
+WindowTreeClientPrivate::CallCreateInitParamsForNewDisplay() {
+ return tree_client_impl_->CreateInitParamsForNewDisplay();
+}
+
void WindowTreeClientPrivate::SetTreeAndClientId(
ui::mojom::WindowTree* window_tree,
ClientSpecificId client_id) {

Powered by Google App Engine
This is Rietveld 408576698