Index: ppapi/proxy/file_io_resource.h |
=================================================================== |
--- ppapi/proxy/file_io_resource.h (revision 243312) |
+++ ppapi/proxy/file_io_resource.h (working copy) |
@@ -164,7 +164,8 @@ |
scoped_refptr<FileHandleHolder> file_handle_; |
PP_FileSystemType file_system_type_; |
- ScopedPPResource file_system_resource_; |
+ scoped_refptr<Resource> file_system_resource_; |
+ bool called_close_; |
FileIOStateManager state_manager_; |
scoped_refptr<Resource> file_ref_; |