| Index: trunk/src/ppapi/proxy/resource_creation_proxy.h
|
| ===================================================================
|
| --- trunk/src/ppapi/proxy/resource_creation_proxy.h (revision 220164)
|
| +++ trunk/src/ppapi/proxy/resource_creation_proxy.h (working copy)
|
| @@ -38,9 +38,11 @@
|
|
|
| // ResourceCreationAPI (called in plugin).
|
| virtual PP_Resource CreateFileIO(PP_Instance instance) OVERRIDE;
|
| + virtual PP_Resource CreateFileRef(PP_Instance instance,
|
| + PP_Resource file_system,
|
| + const char* path) OVERRIDE;
|
| virtual PP_Resource CreateFileRef(
|
| - PP_Instance instance,
|
| - const FileRefCreateInfo& create_info) OVERRIDE;
|
| + const PPB_FileRef_CreateInfo& create_info) OVERRIDE;
|
| virtual PP_Resource CreateFileSystem(PP_Instance instance,
|
| PP_FileSystemType type) OVERRIDE;
|
| virtual PP_Resource CreateIMEInputEvent(PP_Instance instance,
|
|
|