| Index: content/common/gpu/media/video_decode_accelerator_impl.cc
|
| diff --git a/content/common/gpu/media/video_decode_accelerator_impl.cc b/content/common/gpu/media/video_decode_accelerator_impl.cc
|
| index 34f40ef93084b454b7b7958bd8dd781b00064fa6..a3ae3936eef6eeff4dc8b7b10d6cb793944fba2a 100644
|
| --- a/content/common/gpu/media/video_decode_accelerator_impl.cc
|
| +++ b/content/common/gpu/media/video_decode_accelerator_impl.cc
|
| @@ -8,8 +8,8 @@ namespace content {
|
|
|
| VideoDecodeAcceleratorImpl::VideoDecodeAcceleratorImpl() {}
|
|
|
| -VideoDecodeAcceleratorImpl::~VideoDecodeAcceleratorImpl() {}
|
| -
|
| bool VideoDecodeAcceleratorImpl::CanDecodeOnIOThread() { return false; }
|
|
|
| +VideoDecodeAcceleratorImpl::~VideoDecodeAcceleratorImpl() {}
|
| +
|
| } // namespace content
|
|
|