| Index: media/filters/gpu_video_decoder.cc
|
| diff --git a/media/filters/gpu_video_decoder.cc b/media/filters/gpu_video_decoder.cc
|
| index a41f7441b118f73a13c19d1acc0892be3ed6fb1f..cf91a5f053c26b48853d7ba1f618f02e2e55549a 100644
|
| --- a/media/filters/gpu_video_decoder.cc
|
| +++ b/media/filters/gpu_video_decoder.cc
|
| @@ -413,11 +413,6 @@ void GpuVideoDecoder::PutSHM(SHMBuffer* shm_buffer) {
|
| available_shm_segments_.push_back(shm_buffer);
|
| }
|
|
|
| -void GpuVideoDecoder::NotifyEndOfStream() {
|
| - // TODO(fischman): remove with http://crbug.com/109819
|
| - NOTREACHED() << "NotifyEndOfStream is never called.";
|
| -}
|
| -
|
| void GpuVideoDecoder::NotifyEndOfBitstreamBuffer(int32 id) {
|
| if (MessageLoop::current() != message_loop_) {
|
| message_loop_->PostTask(FROM_HERE, base::Bind(
|
|
|