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

Unified Diff: ppapi/c/ppb_video_encoder.h

Issue 885803003: Pepper: PPB_VideoEncoder should be 'Dev' only for now. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « ppapi/api/ppb_video_encoder.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_video_encoder.h
diff --git a/ppapi/c/ppb_video_encoder.h b/ppapi/c/ppb_video_encoder.h
index 94a33e866926961d05e1c1a8fcd20a88117a55e1..6721192790c305b7497b92d461abd21cc1a0756a 100644
--- a/ppapi/c/ppb_video_encoder.h
+++ b/ppapi/c/ppb_video_encoder.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_video_encoder.idl modified Wed Feb 4 05:24:29 2015. */
+/* From ppb_video_encoder.idl modified Thu Feb 5 04:48:42 2015. */
#ifndef PPAPI_C_PPB_VIDEO_ENCODER_H_
#define PPAPI_C_PPB_VIDEO_ENCODER_H_
@@ -19,9 +19,7 @@
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/ppb_video_frame.h"
-#define PPB_VIDEOENCODER_INTERFACE_0_1 "PPB_VideoEncoder;0.1"
-#define PPB_VIDEOENCODER_INTERFACE PPB_VIDEOENCODER_INTERFACE_0_1
llandwerlin-old 2015/02/05 13:05:46 We might want to keep this define.
dmichael (off chromium) 2015/02/05 20:58:58 This is omitted on purpose. It's one of the signal
-
+#define PPB_VIDEOENCODER_INTERFACE_0_1 "PPB_VideoEncoder;0.1" /* dev */
/**
* @file
* This file defines the <code>PPB_VideoEncoder</code> interface.
@@ -56,7 +54,7 @@
* Chrome and ChromeOS: h264.
* ChromeOS: mpeg4.
*/
-struct PPB_VideoEncoder_0_1 {
+struct PPB_VideoEncoder_0_1 { /* dev */
/**
* Creates a new video encoder resource.
*
@@ -237,8 +235,6 @@ struct PPB_VideoEncoder_0_1 {
*/
void (*Close)(PP_Resource video_encoder);
};
-
-typedef struct PPB_VideoEncoder_0_1 PPB_VideoEncoder;
llandwerlin-old 2015/02/05 13:05:46 I think we want to keep this typedef too. (The gen
dmichael (off chromium) 2015/02/05 20:58:58 ditto, this is intentional
/**
* @}
*/
« no previous file with comments | « ppapi/api/ppb_video_encoder.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698