| Index: ppapi/c/dev/ppp_video_decoder_dev.h
|
| diff --git a/ppapi/c/dev/ppp_video_decoder_dev.h b/ppapi/c/dev/ppp_video_decoder_dev.h
|
| index cc9c7218c2ee7b309234d6f04b1c8d55664c481f..acc00cfcf8a937031a4af8ff183b1b1811ca2b07 100644
|
| --- a/ppapi/c/dev/ppp_video_decoder_dev.h
|
| +++ b/ppapi/c/dev/ppp_video_decoder_dev.h
|
| @@ -31,8 +31,7 @@ struct PPP_VideoDecoder_Dev {
|
| void (*ProvidePictureBuffers)(
|
| PP_Instance instance,
|
| uint32_t req_num_of_bufs,
|
| - struct PP_Size dimensions,
|
| - enum PP_PictureBufferType_Dev type);
|
| + struct PP_Size dimensions);
|
|
|
| // Callback function for decoder to deliver unneeded picture buffers back to
|
| // the plugin.
|
|
|