| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 0b47a7108120587fee002838a5e05f5e0284a711..499ff40a9186909a560ef26c964ec9c3da6894a1 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -489,8 +489,6 @@ IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_DismissPictureBuffer,
|
| IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_PictureReady,
|
| ppapi::HostResource /* video_decoder */,
|
| PP_Picture_Dev /* output picture */)
|
| -IPC_MESSAGE_ROUTED1(PpapiMsg_PPPVideoDecoder_NotifyEndOfStream,
|
| - ppapi::HostResource /* video_decoder */)
|
| IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_NotifyError,
|
| ppapi::HostResource /* video_decoder */,
|
| PP_VideoDecodeError_Dev /* error */)
|
|
|