| Index: content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| diff --git a/content/common/gpu/media/video_decode_accelerator_unittest.cc b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| index 5e15601384e4334da4a9de706284e1287b606141..c9bc1f5784aaf9576291cc52435045629401c7e1 100644
|
| --- a/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| +++ b/content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| @@ -556,7 +556,6 @@ class EglRenderingVDAClient : public VideoDecodeAccelerator::Client {
|
| virtual void PictureReady(const media::Picture& picture);
|
| // Simple state changes.
|
| virtual void NotifyInitializeDone();
|
| - virtual void NotifyEndOfStream();
|
| virtual void NotifyEndOfBitstreamBuffer(int32 bitstream_buffer_id);
|
| virtual void NotifyFlushDone();
|
| virtual void NotifyResetDone();
|
| @@ -734,10 +733,6 @@ void EglRenderingVDAClient::NotifyInitializeDone() {
|
| DecodeNextNALUs();
|
| }
|
|
|
| -void EglRenderingVDAClient::NotifyEndOfStream() {
|
| - SetState(CS_DONE);
|
| -}
|
| -
|
| void EglRenderingVDAClient::NotifyEndOfBitstreamBuffer(
|
| int32 bitstream_buffer_id) {
|
| ++num_done_bitstream_buffers_;
|
|
|