| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index cd0ae13d9a2e2f587099ecec2c758c839bf3036b..6313c6395ad32fa77a44a78d38a48ae45652408c 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -168,6 +168,8 @@ class ResourceCreationAPI {
|
| PP_Instance instance,
|
| PP_Resource context3d_id,
|
| PP_VideoDecoder_Profile profile) = 0;
|
| + virtual PP_Resource CreateVideoReader(PP_Instance instance) = 0;
|
| + virtual PP_Resource CreateVideoWriter(PP_Instance instance) = 0;
|
| #endif // !defined(OS_NACL)
|
|
|
| static const ApiID kApiID = API_ID_RESOURCE_CREATION;
|
|
|