| Index: components/mus/ws/window_tree_host_impl.h
|
| diff --git a/components/mus/ws/window_tree_host_impl.h b/components/mus/ws/window_tree_host_impl.h
|
| index cace4be965d70d0899e945ff2506ed13ec849723..a1f93d195ab763f42570a5e76c943d34a43ef800 100644
|
| --- a/components/mus/ws/window_tree_host_impl.h
|
| +++ b/components/mus/ws/window_tree_host_impl.h
|
| @@ -48,7 +48,7 @@ class WindowTreeHostImpl : public DisplayManagerDelegate,
|
| // DisplayManagers. We should probably just store these common parameters
|
| // in the DisplayManagerFactory and pass them along on DisplayManager::Create.
|
| WindowTreeHostImpl(ConnectionManager* connection_manager,
|
| - mojo::Shell* shell,
|
| + mojo::Connector* connector,
|
| const scoped_refptr<GpuState>& gpu_state,
|
| const scoped_refptr<SurfacesState>& surfaces_state);
|
| ~WindowTreeHostImpl() override;
|
|
|