| Index: native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h b/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h
|
| index fde92cd64866af0d7262656f741d74bc7630139e..8233639900b288523cd3de211922f38302a0987d 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h
|
| @@ -46,6 +46,11 @@ class Html5Fs : public Filesystem {
|
| void FilesystemOpenCallback(int32_t result);
|
| Path GetFullPath(const Path& path);
|
|
|
| + CoreInterface* core_iface_;
|
| + FileSystemInterface* filesystem_iface_;
|
| + FileRefInterface* file_ref_iface_;
|
| + FileIoInterface* file_io_iface_;
|
| +
|
| PP_Resource filesystem_resource_;
|
| bool filesystem_open_has_result_; // protected by lock_.
|
| Error filesystem_open_error_; // protected by lock_.
|
|
|