| Index: media/video/video_decode_accelerator.h
|
| diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h
|
| index 3118a84064b8111604856c7724f5098840f5d6ba..623cf1e510babaa45ca634bbe44dac971ffc1d98 100644
|
| --- a/media/video/video_decode_accelerator.h
|
| +++ b/media/video/video_decode_accelerator.h
|
| @@ -64,10 +64,6 @@ class MEDIA_EXPORT VideoDecodeAccelerator
|
| // Callback to deliver decoded pictures ready to be displayed.
|
| virtual void PictureReady(const Picture& picture) = 0;
|
|
|
| - // Callback to notify that decoder has decoded end of stream marker and has
|
| - // outputted all displayable pictures.
|
| - virtual void NotifyEndOfStream() = 0;
|
| -
|
| // Callback to notify that decoded has decoded the end of the current
|
| // bitstream buffer.
|
| virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id) = 0;
|
|
|