| Index: ui/android/delegated_frame_host_android.cc
|
| diff --git a/ui/android/delegated_frame_host_android.cc b/ui/android/delegated_frame_host_android.cc
|
| index b882ed8e2fad942ad7933d641db3b6607eacedb1..da0d50b04755805961f9c7146159663dcc23ec00 100644
|
| --- a/ui/android/delegated_frame_host_android.cc
|
| +++ b/ui/android/delegated_frame_host_android.cc
|
| @@ -181,8 +181,7 @@
|
| if (!src_subrect_in_pixel.IsEmpty())
|
| copy_output_request->set_area(src_subrect_in_pixel);
|
|
|
| - surface_factory_->RequestCopyOfSurface(current_frame_->local_frame_id,
|
| - std::move(copy_output_request));
|
| + readback_layer->RequestCopyOfOutput(std::move(copy_output_request));
|
| }
|
|
|
| void DelegatedFrameHostAndroid::DestroyDelegatedContent() {
|
|
|