| Index: services/ui/ws/window_tree.cc
|
| diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
|
| index 772e5fd97fdfc8215ceb33eab7ed33b0d12a5cb2..f642e1f1c3291f98d25ebcc946bb1336a56e9068 100644
|
| --- a/services/ui/ws/window_tree.cc
|
| +++ b/services/ui/ws/window_tree.cc
|
| @@ -1423,8 +1423,8 @@ void WindowTree::AttachCompositorFrameSink(
|
| DVLOG(1) << "request to AttachCompositorFrameSink failed";
|
| return;
|
| }
|
| - window->CreateOffscreenCompositorFrameSink(std::move(compositor_frame_sink),
|
| - std::move(client));
|
| + window->CreateCompositorFrameSink(std::move(compositor_frame_sink),
|
| + std::move(client));
|
| }
|
|
|
| void WindowTree::SetWindowTextInputState(Id transport_window_id,
|
|
|