| 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 be0aab841fa34ba8e4da930a28955f5bdba79b1b..0d6204d5336d2e6aba61be0faa147cf6f0e000e4 100644
|
| --- a/content/common/gpu/media/mac_video_decode_accelerator.mm
|
| +++ b/content/common/gpu/media/mac_video_decode_accelerator.mm
|
| @@ -283,7 +283,8 @@ void MacVideoDecodeAccelerator::CreateDecoder(
|
| client_->ProvidePictureBuffers(
|
| kNumPictureBuffers,
|
| gfx::Size(config_record_builder_.coded_width(),
|
| - config_record_builder_.coded_height()));
|
| + config_record_builder_.coded_height()),
|
| + GL_TEXTURE_RECTANGLE_ARB);
|
| }
|
| }
|
|
|
|
|