| 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 c1ca30bb53b772456080c79d48aede603aa7b13d..da7ab00ebae8b28a720b8777db6bd419f37436f0 100644
|
| --- a/ui/aura/test/mus/window_tree_client_private.cc
|
| +++ b/ui/aura/test/mus/window_tree_client_private.cc
|
| @@ -81,6 +81,11 @@ void WindowTreeClientPrivate::CallOnCaptureChanged(Window* new_capture,
|
| old_capture ? WindowPortMus::Get(old_capture)->server_id() : 0);
|
| }
|
|
|
| +void WindowTreeClientPrivate::CallOnConnect() {
|
| + const ClientSpecificId client_id = 1;
|
| + tree_client_impl_->OnConnect(client_id);
|
| +}
|
| +
|
| void WindowTreeClientPrivate::SetTreeAndClientId(
|
| ui::mojom::WindowTree* window_tree,
|
| ClientSpecificId client_id) {
|
|
|