Chromium Code Reviews| 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
|
| /** |
| * @} |
| */ |