| Index: content/common/gpu/media/android_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.cc b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| index 5e94328b13f084c06e9e5d9842a4de071317614f..3ae4a8e6d33862eeae14c6ad07d7ccdc89945d33 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -809,7 +809,7 @@ bool AndroidVideoDecodeAccelerator::ConfigureMediaCodec() {
|
| // when it's known from the bitstream.
|
| media_codec_.reset(media::VideoCodecBridge::CreateDecoder(
|
| codec_, needs_protected_surface_, gfx::Size(320, 240),
|
| - surface_.j_surface().obj(), media_crypto));
|
| + surface_.j_surface().obj(), media_crypto, false));
|
|
|
| strategy_->CodecChanged(media_codec_.get(), output_picture_buffers_);
|
| if (!media_codec_) {
|
|
|