| Index: content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| index 11e38030d4111e08927c4790e65d977e5577217a..5f9444fd3d4dfa223cea47a7290e03bb1da0a7b1 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| @@ -97,11 +97,6 @@ void GpuVideoDecodeAccelerator::PictureReady(
|
| }
|
| }
|
|
|
| -void GpuVideoDecodeAccelerator::NotifyEndOfStream() {
|
| - if (!Send(new AcceleratedVideoDecoderHostMsg_EndOfStream(host_route_id_)))
|
| - DLOG(ERROR) << "Send(AcceleratedVideoDecoderHostMsg_EndOfStream) failed";
|
| -}
|
| -
|
| void GpuVideoDecodeAccelerator::NotifyError(
|
| media::VideoDecodeAccelerator::Error error) {
|
| if (init_done_msg_) {
|
|
|