| Index: media/filters/gpu_video_decoder.cc
|
| diff --git a/media/filters/gpu_video_decoder.cc b/media/filters/gpu_video_decoder.cc
|
| index 867ac36f246f79070532267b7de0fbee76473179..555164e1fe20bc8d2af21007808251c94fb7a801 100644
|
| --- a/media/filters/gpu_video_decoder.cc
|
| +++ b/media/filters/gpu_video_decoder.cc
|
| @@ -195,8 +195,6 @@ void GpuVideoDecoder::Reset(const base::Closure& closure) {
|
| return;
|
| }
|
|
|
| - // VideoRendererBase::Flush() can't complete while it has a pending read to
|
| - // us, so we fulfill such a read here.
|
| if (!pending_read_cb_.is_null())
|
| EnqueueFrameAndTriggerFrameDelivery(VideoFrame::CreateEmptyFrame());
|
|
|
|
|