| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index 61eaa973f023ba98f7a4ae46303a4bdce415fcb6..bff4f159869e4f48e9ae8e77d4c1a6a35066d693 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -84,9 +84,6 @@ class ResourceCreationAPI {
|
| PP_InputEvent_Type type,
|
| PP_TimeTicks time_stamp,
|
| uint32_t modifiers) = 0;
|
| - virtual PP_Resource CreateResourceArray(PP_Instance instance,
|
| - const PP_Resource elements[],
|
| - uint32_t size) = 0;
|
| virtual PP_Resource CreateTrueTypeFont(
|
| PP_Instance instance,
|
| const PP_TrueTypeFontDesc_Dev* desc) = 0;
|
|
|