| Index: content/common/gpu/media/android_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/android_video_decode_accelerator.cc b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| index f72e1b257d77c8bc9f5c243ab2f1e34d5faad042..d84c28fb5b1c5ff11a063b0ffbe91840a7973452 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -514,10 +514,6 @@
|
| delete this;
|
| }
|
|
|
| -bool AndroidVideoDecodeAccelerator::CanDecodeOnIOThread() {
|
| - return false;
|
| -}
|
| -
|
| void AndroidVideoDecodeAccelerator::RequestPictureBuffers() {
|
| client_->ProvidePictureBuffers(kNumPictureBuffers, size_, GL_TEXTURE_2D);
|
| }
|
|
|