| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 1a4713e9f2b67fc7cb4703fd9ca2b740acbe9fa9..192a4de9b36a089385c632222d1b8210715c33d7 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -169,6 +169,8 @@ class ResourceCreationAPI {
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| PP_VideoDecoder_Profile profile) = 0;
|
| + virtual PP_Resource CreateVideoDestination(PP_Instance instance) = 0;
|
| + virtual PP_Resource CreateVideoSource(PP_Instance instance) = 0;
|
| #endif // !defined(OS_NACL)
|
|
|
| static const ApiID kApiID = API_ID_RESOURCE_CREATION;
|
|
|