| Index: ppapi/cpp/dev/video_decoder_client_dev.h
|
| diff --git a/ppapi/cpp/dev/video_decoder_client_dev.h b/ppapi/cpp/dev/video_decoder_client_dev.h
|
| index d1c57427d7fac87974de0ae071370592e979629f..3d1a96bbf5a8f865b0e3c937b25a14657aa7fd30 100644
|
| --- a/ppapi/cpp/dev/video_decoder_client_dev.h
|
| +++ b/ppapi/cpp/dev/video_decoder_client_dev.h
|
| @@ -25,8 +25,7 @@ class VideoDecoderClient_Dev {
|
| // Callback to provide buffers for the decoded output pictures.
|
| virtual void ProvidePictureBuffers(
|
| uint32_t req_num_of_bufs,
|
| - struct PP_Size dimensions,
|
| - enum PP_PictureBufferType_Dev type) = 0;
|
| + struct PP_Size dimensions) = 0;
|
|
|
| // Callback for decoder to deliver unneeded picture buffers back to the
|
| // plugin.
|
|
|