| Index: content/common/gpu/media/vt_video_decode_accelerator_mac.cc
|
| diff --git a/content/common/gpu/media/vt_video_decode_accelerator_mac.cc b/content/common/gpu/media/vt_video_decode_accelerator_mac.cc
|
| index 144605ec3d3f744ec91bf27e1355d77caa944af6..b48fd569c3621c6107a6f9d36d19393d3e802c5b 100644
|
| --- a/content/common/gpu/media/vt_video_decode_accelerator_mac.cc
|
| +++ b/content/common/gpu/media/vt_video_decode_accelerator_mac.cc
|
| @@ -1091,7 +1091,7 @@ bool VTVideoDecodeAccelerator::SendFrame(const Frame& frame) {
|
| // coded size and fix it.
|
| client_->PictureReady(media::Picture(picture_id, frame.bitstream_id,
|
| gfx::Rect(frame.coded_size),
|
| - allow_overlay));
|
| + allow_overlay, false));
|
| return true;
|
| }
|
|
|
|
|