| Index: content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| index 1e1b15c9482e5e5fc0471dcaa87578df26fe4309..0d94eaa2d80876ff37f0460af66f1350eeb2a575 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| @@ -459,9 +459,6 @@ void GpuVideoDecodeAccelerator::OnWillDestroyStub() {
|
| stub_->channel()->RemoveRoute(host_route_id_);
|
| stub_->RemoveDestructionObserver(this);
|
|
|
| - if (video_decode_accelerator_)
|
| - video_decode_accelerator_.release()->Destroy();
|
| -
|
| delete this;
|
| }
|
|
|
|
|