| Index: content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.cc b/content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| index a430438d3ca93eb72c777073f839e053ee8f5f26..a1576306aed92bca06e2cae5f446733387de08c3 100644
|
| --- a/content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| @@ -410,9 +410,8 @@ void VaapiVideoDecodeAccelerator::OutputPicture(
|
| // (crbug.com/402760). Passing (0, 0) results in the client using the
|
| // visible size extracted from the container instead.
|
| if (client_)
|
| - client_->PictureReady(media::Picture(output_id, input_id,
|
| - gfx::Rect(0, 0),
|
| - picture->AllowOverlay()));
|
| + client_->PictureReady(media::Picture(output_id, input_id, gfx::Rect(0, 0),
|
| + picture->AllowOverlay(), false));
|
| }
|
|
|
| void VaapiVideoDecodeAccelerator::TryOutputSurface() {
|
|
|