| 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 126daba961d2389210d109d03a51ffeb62f915a6..eebb137cd49cf121d8d30d8a6cb42ba912800027 100644
|
| --- a/content/common/gpu/media/android_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/android_video_decode_accelerator.cc
|
| @@ -873,7 +873,6 @@ AndroidVideoDecodeAccelerator::GetGlDecoder() const {
|
|
|
| void AndroidVideoDecodeAccelerator::OnFrameAvailable() {
|
| // Remember: this may be on any thread.
|
| - DCHECK(strategy_);
|
| strategy_->OnFrameAvailable();
|
| }
|
|
|
|
|