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

Unified Diff: ppapi/generators/test_cgen/interface.h

Issue 281203002: PPAPI: Make generator support "no_interface_string" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/idl_gen_wrapper.py ('k') | ppapi/generators/test_cgen/interface.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/generators/test_cgen/interface.h
diff --git a/ppapi/generators/test_cgen/interface.h b/ppapi/generators/test_cgen/interface.h
index fccafcb0dc9d08472aa4b24e4f61451aaeb8d093..7288830ea53a5d684661981e19dffdb15fba9067 100644
--- a/ppapi/generators/test_cgen/interface.h
+++ b/ppapi/generators/test_cgen/interface.h
@@ -66,6 +66,12 @@ struct ifaceBar_1_0 {
};
typedef struct ifaceBar_1_0 ifaceBar;
+
+struct ifaceNoString_1_0 {
+ void (*mem)(void);
+};
+
+typedef struct ifaceNoString_1_0 ifaceNoString;
/**
* @}
*/
« no previous file with comments | « ppapi/generators/idl_gen_wrapper.py ('k') | ppapi/generators/test_cgen/interface.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698