| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 536c967235ebc87f435ba81a633ca481f0140c73..38bf942b11388ba3bf237996937f85e9dea77229 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -140,6 +140,7 @@ class ResourceCreationAPI {
|
| const PP_FloatPoint* wheel_delta,
|
| const PP_FloatPoint* wheel_ticks,
|
| PP_Bool scroll_by_page) = 0;
|
| + virtual PP_Resource CreateX509Certificate(PP_Instance instance) = 0;
|
|
|
| static const ApiID kApiID = API_ID_RESOURCE_CREATION;
|
| };
|
|
|