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

Unified Diff: ppapi/c/dev/ppp_video_decoder_dev.h

Issue 8989006: Update PPAPI IDL generator to define versioned structs, and unversioned typedef. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase for line-wrap. Created 8 years, 12 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/c/dev/ppp_printing_dev.h ('k') | ppapi/c/dev/ppp_widget_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppp_video_decoder_dev.h
diff --git a/ppapi/c/dev/ppp_video_decoder_dev.h b/ppapi/c/dev/ppp_video_decoder_dev.h
index e3d1d41843d19d1a63cc26f0b8167e6c45c94612..6397404f426e287ef9e8bc7a165f7943a78585ce 100644
--- a/ppapi/c/dev/ppp_video_decoder_dev.h
+++ b/ppapi/c/dev/ppp_video_decoder_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppp_video_decoder_dev.idl modified Wed Oct 5 15:59:17 2011. */
+/* From dev/ppp_video_decoder_dev.idl modified Tue Oct 11 10:01:39 2011. */
#ifndef PPAPI_C_DEV_PPP_VIDEO_DECODER_DEV_H_
#define PPAPI_C_DEV_PPP_VIDEO_DECODER_DEV_H_
@@ -35,7 +35,7 @@
*
* See PPB_VideoDecoder_Dev for general usage tips.
*/
-struct PPP_VideoDecoder_Dev {
+struct PPP_VideoDecoder_Dev_0_9 {
/**
* Callback function to provide buffers for the decoded output pictures. If
* succeeds plugin must provide buffers through AssignPictureBuffers function
@@ -102,6 +102,8 @@ struct PPP_VideoDecoder_Dev {
PP_Resource decoder,
PP_VideoDecodeError_Dev error);
};
+
+typedef struct PPP_VideoDecoder_Dev_0_9 PPP_VideoDecoder_Dev;
/**
* @}
*/
« no previous file with comments | « ppapi/c/dev/ppp_printing_dev.h ('k') | ppapi/c/dev/ppp_widget_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698