| 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..258ce7ace245a5befdcd1ba96711a3ca62504e74 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -46,7 +46,8 @@ class ResourceCreationAPI {
|
| virtual PP_Resource CreateDirectoryReader(PP_Instance instance,
|
| PP_Resource directory_ref) = 0;
|
| virtual PP_Resource CreateFileIO(PP_Instance instance) = 0;
|
| - virtual PP_Resource CreateFileRef(PP_Resource file_system,
|
| + virtual PP_Resource CreateFileRef(PP_Instance instance,
|
| + PP_Resource file_system,
|
| const char* path) = 0;
|
| virtual PP_Resource CreateFileSystem(PP_Instance instance,
|
| PP_FileSystemType type) = 0;
|
|
|