| Index: tools/idl_parser/idl_ppapi_parser.py
|
| diff --git a/tools/idl_parser/idl_ppapi_parser.py b/tools/idl_parser/idl_ppapi_parser.py
|
| index 8914c841997070902a33d98cac259485ad47187f..2556ffb47a694d7810aa2107f71296d86d9b4297 100755
|
| --- a/tools/idl_parser/idl_ppapi_parser.py
|
| +++ b/tools/idl_parser/idl_ppapi_parser.py
|
| @@ -248,6 +248,18 @@ class IDLPPAPIParser(IDLParser):
|
| """ """
|
| pass
|
|
|
| + def p_StringType(self, p):
|
| + """ """
|
| + pass
|
| +
|
| + def p_RecordType(self, p):
|
| + """ """
|
| + pass
|
| +
|
| + def p_RecordTypeError(self, p):
|
| + """ """
|
| + pass
|
| +
|
| # We only support:
|
| # [ identifier ]
|
| # [ identifier ( ArgumentList )]
|
|
|