Chromium Code Reviews| 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_); |
|
liberato (no reviews please)
2016/02/10 06:39:12
why remove this?
watk
2016/02/11 00:26:51
strategy_ can't be null any more because it's alwa
|
| strategy_->OnFrameAvailable(); |
| } |