diff options
Diffstat (limited to 'ppapi/generators/test_namespace')
-rw-r--r-- | ppapi/generators/test_namespace/foo.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/generators/test_namespace/foo.idl b/ppapi/generators/test_namespace/foo.idl index 3b04c79..a027b93 100644 --- a/ppapi/generators/test_namespace/foo.idl +++ b/ppapi/generators/test_namespace/foo.idl @@ -5,6 +5,10 @@ /* File Comment */ +describe { + int32_t; +}; + /* PPAPI Structure */ struct PP_Size { /* This value represents the width of the rectangle. */ |