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

Unified Diff: ppapi/c/trusted/ppb_audio_trusted.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/trusted/ppb_audio_input_trusted_dev.h ('k') | ppapi/c/trusted/ppb_broker_trusted.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/trusted/ppb_audio_trusted.h
diff --git a/ppapi/c/trusted/ppb_audio_trusted.h b/ppapi/c/trusted/ppb_audio_trusted.h
index 152a850ec8ae1ef77775fbfc6f683ccc3b37ee44..975e9c25432bb59177ad978d4caf7a0c2b90e01c 100644
--- a/ppapi/c/trusted/ppb_audio_trusted.h
+++ b/ppapi/c/trusted/ppb_audio_trusted.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From trusted/ppb_audio_trusted.idl modified Sat Jul 16 16:51:03 2011. */
+/* From trusted/ppb_audio_trusted.idl modified Wed Oct 5 14:06:02 2011. */
#ifndef PPAPI_C_TRUSTED_PPB_AUDIO_TRUSTED_H_
#define PPAPI_C_TRUSTED_PPB_AUDIO_TRUSTED_H_
@@ -33,7 +33,7 @@
* resource returned is an Audio resource; most of the PPB_Audio
* interface is also usable on this resource.
*/
-struct PPB_AudioTrusted {
+struct PPB_AudioTrusted_0_6 {
/** Returns an audio resource. */
PP_Resource (*CreateTrusted)(PP_Instance instance);
/**
@@ -59,6 +59,8 @@ struct PPB_AudioTrusted {
int* shm_handle,
uint32_t* shm_size);
};
+
+typedef struct PPB_AudioTrusted_0_6 PPB_AudioTrusted;
/**
* @}
*/
« no previous file with comments | « ppapi/c/trusted/ppb_audio_input_trusted_dev.h ('k') | ppapi/c/trusted/ppb_broker_trusted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698