summaryrefslogtreecommitdiffstats
path: root/ppapi/api/dev/pp_video_dev.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/api/dev/pp_video_dev.idl')
-rw-r--r--ppapi/api/dev/pp_video_dev.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/api/dev/pp_video_dev.idl b/ppapi/api/dev/pp_video_dev.idl
index afeb4fb..5123232 100644
--- a/ppapi/api/dev/pp_video_dev.idl
+++ b/ppapi/api/dev/pp_video_dev.idl
@@ -53,7 +53,7 @@ struct PP_VideoBitstreamBuffer_Dev {
/**
* Size of the bitstream contained in buffer (in bytes).
*/
- int32_t size;
+ uint32_t size;
};
/**