| Index: content/common/gpu/media/vt_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/vt_video_decode_accelerator.cc b/content/common/gpu/media/vt_video_decode_accelerator.cc
|
| index c6f94c0a04e86503923c91b70532c08d24d05206..6a8595f6fbdac54406d203704c08003e1b4bbf37 100644
|
| --- a/content/common/gpu/media/vt_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/vt_video_decode_accelerator.cc
|
| @@ -861,8 +861,8 @@
|
|
|
| available_picture_ids_.pop_back();
|
| picture_bindings_[picture_id] = frame.image;
|
| - client_->PictureReady(media::Picture(picture_id, frame.bitstream_id,
|
| - gfx::Rect(frame.coded_size), false));
|
| + client_->PictureReady(media::Picture(
|
| + picture_id, frame.bitstream_id, gfx::Rect(frame.coded_size)));
|
| return true;
|
| }
|
|
|
|
|