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

Unified Diff: ppapi/generators/test_cgen/stdint.idl

Issue 8045001: Update the IDL Generator to use Release instead of Version (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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/generators/test_cgen/interface.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/generators/test_cgen/stdint.idl
===================================================================
--- ppapi/generators/test_cgen/stdint.idl (revision 102516)
+++ ppapi/generators/test_cgen/stdint.idl (working copy)
@@ -41,11 +41,14 @@
/** Pointer to memory (void *). */
mem_t;
-
+
/** Pointer to null terminated string (char *). */
str_t;
/** No return value. */
void;
+
+ /** Pointer to pointer to memory (void **). */
+ blob_t;
};
« no previous file with comments | « ppapi/generators/test_cgen/interface.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698