| 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 d598b40e5036ec36084a62562b54ce2824cee3f7..a6e2bb53fc3d6a50757e06a144e089958e0fb37d 100644 | 
| --- a/ppapi/cpp/dev/video_decoder_client_dev.h | 
| +++ b/ppapi/cpp/dev/video_decoder_client_dev.h | 
| @@ -26,7 +26,8 @@ class VideoDecoderClient_Dev { | 
| // Callback to provide buffers for the decoded output pictures. | 
| virtual void ProvidePictureBuffers(PP_Resource decoder, | 
| uint32_t req_num_of_bufs, | 
| -                                     const PP_Size& dimensions) = 0; | 
| +                                     const PP_Size& dimensions, | 
| +                                     uint32_t texture_target) = 0; | 
|  | 
| // Callback for decoder to deliver unneeded picture buffers back to the | 
| // plugin. | 
|  |