summaryrefslogtreecommitdiffstats
path: root/ppapi/api/trusted/ppb_file_io_trusted.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/api/trusted/ppb_file_io_trusted.idl')
-rw-r--r--ppapi/api/trusted/ppb_file_io_trusted.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/api/trusted/ppb_file_io_trusted.idl b/ppapi/api/trusted/ppb_file_io_trusted.idl
index 1ee03ab..7ba20de 100644
--- a/ppapi/api/trusted/ppb_file_io_trusted.idl
+++ b/ppapi/api/trusted/ppb_file_io_trusted.idl
@@ -19,6 +19,8 @@ interface PPB_FileIOTrusted {
* descriptor. The FileIO object must have been opened with a successful
* call to FileIO::Open. The file descriptor will be closed automatically
* when the FileIO object is closed or destroyed.
+ *
+ * TODO(hamaji): Remove this and use RequestOSFileHandle instead.
*/
int32_t GetOSFileDescriptor([in] PP_Resource file_io);