| 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 3e4dacd4131f08671393862a13c8b4b87c38ee02..d54c7adee03c037759d4e42e678831db2b1051d7 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -85,7 +85,7 @@ bool AndroidVideoDecodeAccelerator::Initialize(
|
| return false;
|
| }
|
|
|
| - if (!gl_decoder_.get()) {
|
| + if (!gl_decoder_) {
|
| LOG(ERROR) << "Failed to get gles2 decoder instance.";
|
| return false;
|
| }
|
|
|