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

Unified Diff: ppapi/c/private/ppb_flash_udp_socket.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/private/ppb_flash_tcp_socket.h ('k') | ppapi/c/private/ppb_instance_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_flash_udp_socket.h
diff --git a/ppapi/c/private/ppb_flash_udp_socket.h b/ppapi/c/private/ppb_flash_udp_socket.h
index 504e1b679066084666666ee5a57fbb3075b9bc6f..30905f5d6cd314899279d74956c25cec29503cec 100644
--- a/ppapi/c/private/ppb_flash_udp_socket.h
+++ b/ppapi/c/private/ppb_flash_udp_socket.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/ppb_flash_udp_socket.idl modified Wed Nov 9 12:53:35 2011. */
+/* From private/ppb_flash_udp_socket.idl modified Thu Nov 10 10:21:43 2011. */
#ifndef PPAPI_C_PRIVATE_PPB_FLASH_UDP_SOCKET_H_
#define PPAPI_C_PRIVATE_PPB_FLASH_UDP_SOCKET_H_
@@ -29,7 +29,7 @@
* @addtogroup Interfaces
* @{
*/
-struct PPB_Flash_UDPSocket {
+struct PPB_Flash_UDPSocket_0_1 {
/**
* Creates a UDP socket resource.
*/
@@ -68,6 +68,8 @@ struct PPB_Flash_UDPSocket {
/* Cancels all pending reads and writes, and closes the socket. */
void (*Close)(PP_Resource udp_socket);
};
+
+typedef struct PPB_Flash_UDPSocket_0_1 PPB_Flash_UDPSocket;
/**
* @}
*/
« no previous file with comments | « ppapi/c/private/ppb_flash_tcp_socket.h ('k') | ppapi/c/private/ppb_instance_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698