Chromium Code Reviews

Unified Diff: ppapi/api/ppp_instance.idl

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 une autre fois. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ppapi/api/ppp_instance.idl
diff --git a/ppapi/api/ppp_instance.idl b/ppapi/api/ppp_instance.idl
index 0ee4c74ab489029301e66e0056e28f7e5b383148..dcb94e6325de6e8b611c36ecc3523edf210d4915 100644
--- a/ppapi/api/ppp_instance.idl
+++ b/ppapi/api/ppp_instance.idl
@@ -216,9 +216,3 @@ interface PPP_Instance {
};
-#inline c
-
-typedef struct PPP_Instance PPP_Instance_1_0;
-
-#endinl
-

Powered by Google App Engine