| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 42ab2672b5ea7ff854658ff247a776b5d104cc91..e9e18d12bbb3e0afa3eadeb9189118fd47fc7f5a 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -137,7 +137,10 @@ class ResourceCreationAPI {
|
| virtual PP_Resource CreateVideoDecoder(
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| - PP_VideoDecoder_Profile profile) = 0;
|
| + PP_VideoDecoder_Profile profile,
|
| + const PP_Size& frame_size,
|
| + const uint8_t* extra_data,
|
| + uint32_t extra_data_size) = 0;
|
| virtual PP_Resource CreateVideoLayer(PP_Instance instance,
|
| PP_VideoLayerMode_Dev mode) = 0;
|
| virtual PP_Resource CreateWebSocket(PP_Instance instance) = 0;
|
|
|