summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp/file_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/cpp/file_system.h')
-rw-r--r--ppapi/cpp/file_system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/cpp/file_system.h b/ppapi/cpp/file_system.h
index 1c213d6..fc789359 100644
--- a/ppapi/cpp/file_system.h
+++ b/ppapi/cpp/file_system.h
@@ -26,6 +26,10 @@ class FileRef;
/// associated with a file.
class FileSystem : public Resource {
public:
+ /// Constructs an is_null() filesystem resource. If you use this constructor,
+ /// you will have to assign it to a "real" FileSystem object before you can
+ /// use it.
+ FileSystem();
/// This constructor creates a file system object of the given type.
///