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

Unified Diff: ppapi/c/ppb_video_frame.h

Issue 212023003: PPAPI: Bring PPB_MediaStream*Track to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 9 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/c/ppb_video_frame.h
diff --git a/ppapi/c/ppb_video_frame.h b/ppapi/c/ppb_video_frame.h
index 6dafc0cadd9840559cb97314ab97e1168c32dd58..3efe39249272be1ebf21690d5145b09100a40dcf 100644
--- a/ppapi/c/ppb_video_frame.h
+++ b/ppapi/c/ppb_video_frame.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_video_frame.idl modified Tue Feb 11 14:41:52 2014. */
+/* From ppb_video_frame.idl modified Tue Mar 25 18:28:57 2014. */
#ifndef PPAPI_C_PPB_VIDEO_FRAME_H_
#define PPAPI_C_PPB_VIDEO_FRAME_H_
@@ -15,7 +15,9 @@
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_time.h"
-#define PPB_VIDEOFRAME_INTERFACE_0_1 "PPB_VideoFrame;0.1" /* dev */
+#define PPB_VIDEOFRAME_INTERFACE_0_1 "PPB_VideoFrame;0.1"
+#define PPB_VIDEOFRAME_INTERFACE PPB_VIDEOFRAME_INTERFACE_0_1
+
/**
* @file
* Defines the <code>PPB_VideoFrame</code> interface.
@@ -56,7 +58,7 @@ typedef enum {
* @addtogroup Interfaces
* @{
*/
-struct PPB_VideoFrame_0_1 { /* dev */
+struct PPB_VideoFrame_0_1 {
/**
* Determines if a resource is a VideoFrame resource.
*
@@ -127,6 +129,8 @@ struct PPB_VideoFrame_0_1 { /* dev */
*/
uint32_t (*GetDataBufferSize)(PP_Resource frame);
};
+
+typedef struct PPB_VideoFrame_0_1 PPB_VideoFrame;
/**
* @}
*/
« no previous file with comments | « ppapi/c/ppb_media_stream_video_track.h ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698