Chromium Code Reviews| Index: ppapi/cpp/file_system.h |
| diff --git a/ppapi/cpp/file_system.h b/ppapi/cpp/file_system.h |
| index 3dc775846f9625f173063d899902b583dfd5ce1b..04ef8fb32dc88f9d066c49cd97e279a004d25925 100644 |
| --- a/ppapi/cpp/file_system.h |
| +++ b/ppapi/cpp/file_system.h |
| @@ -28,6 +28,8 @@ class FileSystem : public Resource { |
| /// use it. |
| FileSystem(); |
| + FileSystem(PassRef, PP_Resource resource); |
|
yzshen1
2013/05/02 23:22:01
Add comments such as:
/// A constructor used when
victorhsieh
2013/05/03 17:26:58
Done.
|
| + |
| /// This constructor creates a file system object of the given type. |
| /// |
| /// @param[in] instance The instance with which this resource will be |