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 6a8595f6fbdac54406d203704c08003e1b4bbf37..c6f94c0a04e86503923c91b70532c08d24d05206 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 @@ bool VTVideoDecodeAccelerator::SendFrame(const Frame& frame) { |
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))); |
+ client_->PictureReady(media::Picture(picture_id, frame.bitstream_id, |
+ gfx::Rect(frame.coded_size), false)); |
return true; |
} |