| Index: webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| diff --git a/webkit/plugins/ppapi/ppb_video_decoder_impl.cc b/webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| index c83152ca0743b1aef4a6836fe54e25b4af71c48f..6067dc0726c33181ef2bca2f33f10a77eb791baf 100644
|
| --- a/webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| +++ b/webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
| @@ -218,12 +218,6 @@ void PPB_VideoDecoder_Impl::DismissPictureBuffer(int32 picture_buffer_id) {
|
| picture_buffer_id);
|
| }
|
|
|
| -void PPB_VideoDecoder_Impl::NotifyEndOfStream() {
|
| - if (!ppp_videodecoder_)
|
| - return;
|
| - ppp_videodecoder_->EndOfStream(pp_instance(), pp_resource());
|
| -}
|
| -
|
| void PPB_VideoDecoder_Impl::NotifyError(
|
| media::VideoDecodeAccelerator::Error error) {
|
| if (!ppp_videodecoder_)
|
|
|