| Index: ppapi/cpp/file_system.h
|
| diff --git a/ppapi/cpp/file_system.h b/ppapi/cpp/file_system.h
|
| index 3dc775846f9625f173063d899902b583dfd5ce1b..6b67ca3e03edc091bd204114c50ce94ec80f4bea 100644
|
| --- a/ppapi/cpp/file_system.h
|
| +++ b/ppapi/cpp/file_system.h
|
| @@ -28,6 +28,12 @@ class FileSystem : public Resource {
|
| /// use it.
|
| FileSystem();
|
|
|
| + /// A constructor used when you have received a PP_Resource as a return
|
| + /// value that has already been reference counted.
|
| + ///
|
| + /// @param[in] resource A PP_Resource corresponding to a PPB_FileSystem.
|
| + FileSystem(PassRef, PP_Resource resource);
|
| +
|
| /// This constructor creates a file system object of the given type.
|
| ///
|
| /// @param[in] instance The instance with which this resource will be
|
|
|