| 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 b5f2b908f993e6cbcafca7b12a3edb93af25cb49..6b7959e8c4022d16def3b1a15ee35cc810cbc912 100644
|
| --- a/content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/vaapi_video_decode_accelerator.cc
|
| @@ -188,7 +188,7 @@ void VaapiVideoDecodeAccelerator::OutputPicture(
|
| // (crbug.com/402760).
|
| if (client_)
|
| client_->PictureReady(
|
| - media::Picture(output_id, input_id, gfx::Rect(picture->size())));
|
| + media::Picture(output_id, input_id, gfx::Rect(picture->size()), false));
|
| }
|
|
|
| void VaapiVideoDecodeAccelerator::TryOutputSurface() {
|
|
|