summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/file_system_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/file_system_resource.h')
-rw-r--r--ppapi/proxy/file_system_resource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/proxy/file_system_resource.h b/ppapi/proxy/file_system_resource.h
index a54a1c8..9029583 100644
--- a/ppapi/proxy/file_system_resource.h
+++ b/ppapi/proxy/file_system_resource.h
@@ -65,6 +65,7 @@ class PPAPI_PROXY_EXPORT FileSystemResource
PP_FileSystemType type_;
bool called_open_;
uint32_t callback_count_;
+ int32_t callback_result_;
DISALLOW_COPY_AND_ASSIGN(FileSystemResource);
};