Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: ppapi/api/private/pp_video_frame_private.idl

Issue 14192054: Rename PPAPI Video Stream APIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
*/

Powered by Google App Engine
This is Rietveld 408576698