| Index: ppapi/thunk/resource_creation_api.h
|
| diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
|
| index d2c51293dabb722dc6ff4496166074153639b620..cd7e3482c6b8f5dca27739c6cb92c8f7beb99468 100644
|
| --- a/ppapi/thunk/resource_creation_api.h
|
| +++ b/ppapi/thunk/resource_creation_api.h
|
| @@ -49,6 +49,8 @@ class ResourceCreationAPI {
|
| const char* path) = 0;
|
| virtual PP_Resource CreateFileSystem(PP_Instance instance,
|
| PP_FileSystemType type) = 0;
|
| + virtual PP_Resource CreateIsolatedFileSystem(PP_Instance instance,
|
| + const char* fsid) = 0;
|
| virtual PP_Resource CreateIMEInputEvent(PP_Instance instance,
|
| PP_InputEvent_Type type,
|
| PP_TimeTicks time_stamp,
|
|
|