| Index: content/renderer/gpu/gpu_video_decode_accelerator_host.h
|
| diff --git a/content/renderer/gpu/gpu_video_decode_accelerator_host.h b/content/renderer/gpu/gpu_video_decode_accelerator_host.h
|
| index 45d8c2340e0ca19d5c8d43adec63da843c1cc8f7..0da8876cc5f42b292f29d8c3e64da8ad6fb1a5b3 100644
|
| --- a/content/renderer/gpu/gpu_video_decode_accelerator_host.h
|
| +++ b/content/renderer/gpu/gpu_video_decode_accelerator_host.h
|
| @@ -52,7 +52,6 @@ class GpuVideoDecodeAcceleratorHost
|
| void OnPictureReady(int32 picture_buffer_id, int32 bitstream_buffer_id);
|
| void OnFlushDone();
|
| void OnResetDone();
|
| - void OnEndOfStream();
|
| void OnErrorNotification(uint32 error);
|
|
|
| // Sends IPC messages to the Gpu process.
|
|
|