| Index: content/common/gpu/media/mac_video_decode_accelerator.mm
|
| diff --git a/content/common/gpu/media/mac_video_decode_accelerator.mm b/content/common/gpu/media/mac_video_decode_accelerator.mm
|
| index e926aee42476ca5fa2c07d811ca0bc0082421d5d..2f4895c778872f1b6a89023e2b0c4811c7f23639 100644
|
| --- a/content/common/gpu/media/mac_video_decode_accelerator.mm
|
| +++ b/content/common/gpu/media/mac_video_decode_accelerator.mm
|
| @@ -164,7 +164,9 @@ void MacVideoDecodeAccelerator::Decode(
|
| did_request_pictures_ = true;
|
| if (client_)
|
| client_->ProvidePictureBuffers(
|
| - kNumPictureBuffers, gfx::Size(frame_width_, frame_height_));
|
| + kNumPictureBuffers,
|
| + gfx::Size(frame_width_, frame_height_),
|
| + media::VideoDecodeAccelerator::TEXTURE_TARGET_ARB);
|
| }
|
| }
|
|
|
|
|