| Index: ui/aura/mus/window_tree_client.cc
|
| diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
|
| index e29f22668d76fc7573e901e709ea7ef315616383..9a4c1065d49ec4a0d9b071a135317d39d20ddd43 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -279,12 +279,11 @@ void WindowTreeClient::Embed(
|
|
|
| void WindowTreeClient::AttachCompositorFrameSink(
|
| Id window_id,
|
| - ui::mojom::CompositorFrameSinkType type,
|
| cc::mojom::MojoCompositorFrameSinkRequest compositor_frame_sink,
|
| cc::mojom::MojoCompositorFrameSinkClientPtr client) {
|
| DCHECK(tree_);
|
| - tree_->AttachCompositorFrameSink(
|
| - window_id, type, std::move(compositor_frame_sink), std::move(client));
|
| + tree_->AttachCompositorFrameSink(window_id, std::move(compositor_frame_sink),
|
| + std::move(client));
|
| }
|
|
|
| void WindowTreeClient::RegisterWindowMus(WindowMus* window) {
|
|
|