| Index: services/ui/ws/window_tree.cc
|
| diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
|
| index 7249fb05f702d3b853a4d4805b541700e2e464b4..f5ba4ab290559cb3a2d01a5d54a5549f9280700b 100644
|
| --- a/services/ui/ws/window_tree.cc
|
| +++ b/services/ui/ws/window_tree.cc
|
| @@ -1393,8 +1393,8 @@ void WindowTree::AttachCompositorFrameSink(
|
| DVLOG(1) << "request to AttachCompositorFrameSink failed";
|
| return;
|
| }
|
| - window->CreateCompositorFrameSink(type, gfx::kNullAcceleratedWidget, nullptr,
|
| - nullptr, std::move(compositor_frame_sink),
|
| + window->CreateCompositorFrameSink(type, gfx::kNullAcceleratedWidget,
|
| + std::move(compositor_frame_sink),
|
| std::move(client));
|
| }
|
|
|
|
|