| Index: components/mus/public/cpp/window_tree_host_factory.h
|
| diff --git a/components/mus/public/cpp/window_tree_host_factory.h b/components/mus/public/cpp/window_tree_host_factory.h
|
| index 6211e22019f9f8e1a5946090f5479f7546a3af89..fd8c4c1dcd8d99fd4f31740e13b3470081c92883 100644
|
| --- a/components/mus/public/cpp/window_tree_host_factory.h
|
| +++ b/components/mus/public/cpp/window_tree_host_factory.h
|
| @@ -26,17 +26,18 @@ void CreateWindowTreeHost(mojom::WindowTreeHostFactory* factory,
|
| mojom::WindowTreeHostClientPtr host_client,
|
| WindowTreeDelegate* delegate,
|
| mojom::WindowTreeHostPtr* host,
|
| - mojom::WindowManagerPtr window_manager,
|
| + mojom::WindowManagerDeprecatedPtr window_manager,
|
| WindowManagerDelegate* window_manager_delegate);
|
|
|
| // Creates a single host with no client by connecting to the window manager
|
| // application. Useful only for tests and trivial UIs.
|
| -void CreateSingleWindowTreeHost(mojo::ApplicationImpl* app,
|
| - mojom::WindowTreeHostClientPtr host_client,
|
| - WindowTreeDelegate* delegate,
|
| - mojom::WindowTreeHostPtr* host,
|
| - mojom::WindowManagerPtr window_manager,
|
| - WindowManagerDelegate* window_manager_delegate);
|
| +void CreateSingleWindowTreeHost(
|
| + mojo::ApplicationImpl* app,
|
| + mojom::WindowTreeHostClientPtr host_client,
|
| + WindowTreeDelegate* delegate,
|
| + mojom::WindowTreeHostPtr* host,
|
| + mojom::WindowManagerDeprecatedPtr window_manager,
|
| + WindowManagerDelegate* window_manager_delegate);
|
|
|
| } // namespace mus
|
|
|
|
|