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

Unified Diff: ppapi/c/dev/ppb_url_util_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/ppb_transport_dev.h ('k') | ppapi/c/dev/ppb_var_array_buffer_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_url_util_dev.h
diff --git a/ppapi/c/dev/ppb_url_util_dev.h b/ppapi/c/dev/ppb_url_util_dev.h
index 26bddf1c443a3f84b6ed43569d9cbe3f8d4f74b8..c51fcad6611587d744d318534cdef043e4857048 100644
--- a/ppapi/c/dev/ppb_url_util_dev.h
+++ b/ppapi/c/dev/ppb_url_util_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_url_util_dev.idl modified Wed Dec 7 17:25:52 2011. */
+/* From dev/ppb_url_util_dev.idl modified Fri Dec 16 17:34:59 2011. */
#ifndef PPAPI_C_DEV_PPB_URL_UTIL_DEV_H_
#define PPAPI_C_DEV_PPB_URL_UTIL_DEV_H_
@@ -77,7 +77,7 @@ PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_URLComponents_Dev, 64);
* except for the reference fragment (stuff after the '#') which will be
* encoded as UTF-8.
*/
-struct PPB_URLUtil_Dev {
+struct PPB_URLUtil_Dev_0_6 {
/*
* Canonicalizes the given URL string according to the rules of the host
* browser. If the URL is invalid or the var is not a string, this will
@@ -164,6 +164,8 @@ struct PPB_URLUtil_Dev {
PP_Instance instance,
struct PP_URLComponents_Dev* components);
};
+
+typedef struct PPB_URLUtil_Dev_0_6 PPB_URLUtil_Dev;
/**
* @}
*/
« no previous file with comments | « ppapi/c/dev/ppb_transport_dev.h ('k') | ppapi/c/dev/ppb_var_array_buffer_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698