| 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;
|
| /**
|
| * @}
|
| */
|
|
|