| Index: content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| index 04978bc61837ff06367d3a15e2894cbb817dbab4..7c4d5104fe0c11203dfd2ac1fa8d7d3aaeae3b3e 100644
|
| --- a/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| +++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| @@ -596,7 +596,7 @@ void GLRenderingVDAClient::CreateAndStartDecoder() {
|
| decoder_ = decoders[i].Pass();
|
| weak_decoder_factory_.reset(
|
| new base::WeakPtrFactory<VideoDecodeAccelerator>(decoder_.get()));
|
| - if (decoder_->Initialize(profile_, client)) {
|
| + if (decoder_->Initialize(profile_, 0, client)) {
|
| SetState(CS_DECODER_SET);
|
| FinishInitialization();
|
| return;
|
|
|