| Index: components/mus/ws/window_tree_host_impl.cc
|
| diff --git a/components/mus/ws/window_tree_host_impl.cc b/components/mus/ws/window_tree_host_impl.cc
|
| index d80ef839124b6c55642e4bcaa059f65bf5836e08..46f3e91b5dabf76da102bafec5fc69fe0638dd4e 100644
|
| --- a/components/mus/ws/window_tree_host_impl.cc
|
| +++ b/components/mus/ws/window_tree_host_impl.cc
|
| @@ -87,7 +87,7 @@ WindowTreeHostImpl::QueuedEvent::~QueuedEvent() {}
|
|
|
| WindowTreeHostImpl::WindowTreeHostImpl(
|
| ConnectionManager* connection_manager,
|
| - mojo::Shell* shell,
|
| + mojo::Connector* connector,
|
| const scoped_refptr<GpuState>& gpu_state,
|
| const scoped_refptr<SurfacesState>& surfaces_state)
|
| : id_(next_id++),
|
| @@ -95,7 +95,7 @@ WindowTreeHostImpl::WindowTreeHostImpl(
|
| connection_manager_(connection_manager),
|
| event_dispatcher_(this),
|
| display_manager_(
|
| - DisplayManager::Create(shell, gpu_state, surfaces_state)),
|
| + DisplayManager::Create(connector, gpu_state, surfaces_state)),
|
| tree_awaiting_input_ack_(nullptr),
|
| last_cursor_(0) {
|
| frame_decoration_values_ = mojom::FrameDecorationValues::New();
|
|
|