| Index: content/common/gpu/client/gpu_video_decode_accelerator_host.cc
|
| diff --git a/content/common/gpu/client/gpu_video_decode_accelerator_host.cc b/content/common/gpu/client/gpu_video_decode_accelerator_host.cc
|
| index 8b714b9e19d34dedfddaff1eff60f277e7d24401..bc566c2f6ddde2adb836edd86bf235df6ad70fe1 100644
|
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.cc
|
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.cc
|
| @@ -177,6 +177,11 @@ void GpuVideoDecodeAcceleratorHost::Destroy() {
|
| delete this;
|
| }
|
|
|
| +bool GpuVideoDecodeAcceleratorHost::CanDecodeOnIOThread() {
|
| + NOTREACHED();
|
| + return false;
|
| +}
|
| +
|
| void GpuVideoDecodeAcceleratorHost::OnWillDeleteImpl() {
|
| DCHECK(CalledOnValidThread());
|
| impl_ = NULL;
|
|
|