| Index: content/renderer/pepper_platform_video_decoder_impl.cc
|
| diff --git a/content/renderer/pepper_platform_video_decoder_impl.cc b/content/renderer/pepper_platform_video_decoder_impl.cc
|
| index 662d6ecea44f679c4a63220ccf012c0a5fc706b9..d8d9254678c1609ddd0e58e506bb7a54bf10908f 100644
|
| --- a/content/renderer/pepper_platform_video_decoder_impl.cc
|
| +++ b/content/renderer/pepper_platform_video_decoder_impl.cc
|
| @@ -82,11 +82,6 @@ void PlatformVideoDecoderImpl::Destroy() {
|
| decoder_ = NULL;
|
| }
|
|
|
| -void PlatformVideoDecoderImpl::NotifyEndOfStream() {
|
| - DCHECK(RenderThreadImpl::current());
|
| - client_->NotifyEndOfStream();
|
| -}
|
| -
|
| void PlatformVideoDecoderImpl::NotifyError(
|
| VideoDecodeAccelerator::Error error) {
|
| DCHECK(RenderThreadImpl::current());
|
|
|