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

Unified Diff: ppapi/c/private/ppb_flash_net_connector.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_menu.h ('k') | ppapi/c/private/ppb_flash_tcp_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_flash_net_connector.h
diff --git a/ppapi/c/private/ppb_flash_net_connector.h b/ppapi/c/private/ppb_flash_net_connector.h
index 675f5be08f430698364bc1d491393a6ad053a401..1df294aeb90e3ab0c1222599359b40026cf3e892 100644
--- a/ppapi/c/private/ppb_flash_net_connector.h
+++ b/ppapi/c/private/ppb_flash_net_connector.h
@@ -15,7 +15,7 @@
#define PPB_FLASH_NETCONNECTOR_INTERFACE "PPB_Flash_NetConnector;0.2"
-struct PPB_Flash_NetConnector {
+struct PPB_Flash_NetConnector_0_2 {
PP_Resource (*Create)(PP_Instance instance_id);
PP_Bool (*IsFlashNetConnector)(PP_Resource resource_id);
@@ -40,4 +40,6 @@ struct PPB_Flash_NetConnector {
struct PP_CompletionCallback callback);
};
+typedef struct PPB_Flash_NetConnector_0_2 PPB_Flash_NetConnector;
+
#endif // PPAPI_C_PRIVATE_PPB_FLASH_NET_CONNECTOR_H_
« no previous file with comments | « ppapi/c/private/ppb_flash_menu.h ('k') | ppapi/c/private/ppb_flash_tcp_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698