summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/dev/video_decoder_client_dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/dev/video_decoder_client_dev.h')
-rw-r--r--ppapi/cpp/dev/video_decoder_client_dev.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/cpp/dev/video_decoder_client_dev.h b/ppapi/cpp/dev/video_decoder_client_dev.h
index d1c5742..3d1a96b 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.