| 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 f758373d8185b896019e61c4bdc559fa1e6b14bc..b733a466d588fb63ec7392b42025142b6a0d1b46 100644
|
| --- a/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| +++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| @@ -773,7 +773,7 @@ void GLRenderingVDAClient::DeleteDecoder() {
|
| if (decoder_deleted())
|
| return;
|
| weak_decoder_factory_.reset();
|
| - decoder_.release()->Destroy();
|
| + decoder_.reset();
|
| STLClearObject(&encoded_data_);
|
| for (std::set<int>::iterator it = outstanding_texture_ids_.begin();
|
| it != outstanding_texture_ids_.end(); ++it) {
|
|
|