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 5b916501b1b3fdbb532014842e48422584976874..8c47a46b5829275dda9d9b639454928faaa79267 100644 |
--- a/content/common/gpu/media/vt_video_decode_accelerator.cc |
+++ b/content/common/gpu/media/vt_video_decode_accelerator.cc |
@@ -376,7 +376,8 @@ void VTVideoDecodeAccelerator::SendPictures() { |
0)); // plane |
picture_bindings_[picture_id] = frame.image_buffer; |
- client_->PictureReady(media::Picture(picture_id, frame.bitstream_id)); |
+ client_->PictureReady( |
+ media::Picture(picture_id, frame.bitstream_id, texture_size_)); |
client_->NotifyEndOfBitstreamBuffer(frame.bitstream_id); |
} |