Index: ppapi/api/private/pp_video_frame_private.idl |
diff --git a/ppapi/api/pp_video_frame.idl b/ppapi/api/private/pp_video_frame_private.idl |
similarity index 80% |
rename from ppapi/api/pp_video_frame.idl |
rename to ppapi/api/private/pp_video_frame_private.idl |
index d2f6dafb3b35b41fd973fc14496b4436d75538d1..593f363a59fe304f7154529d256eee1c9a979ec3 100644 |
--- a/ppapi/api/pp_video_frame.idl |
+++ b/ppapi/api/private/pp_video_frame_private.idl |
@@ -8,10 +8,12 @@ |
*/ |
/** |
- * The <code>PP_Video_Frame</code> struct represents a video frame. |
+ * The <code>PP_VideoFrame_Private</code> struct represents a video frame. |
+ * Video sources and destinations use frames to transfer video to and from |
+ * the browser. |
*/ |
[assert_size(16)] |
-struct PP_VideoFrame { |
+struct PP_VideoFrame_Private { |
/** |
* A timestamp placing the frame in a video stream. |
*/ |