| Index: mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl b/mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl
|
| index d9fee1c57ecb94ed69c4a7718f37ca4fefe787d1..0c050bbd31377abe940f7a83f7f3c786a7c959cc 100644
|
| --- a/mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/dart_templates/interface_definition.tmpl
|
| @@ -80,6 +80,7 @@ class {{interface|name}}Client extends bindings.Client with {{interface|name}}Ca
|
| }
|
|
|
|
|
| +{#--- TODO(zra): Remove Interface suffix from the name of this class. #}
|
| class {{interface|name}}Interface extends bindings.Interface
|
| {% if interface.client != None -%}
|
| with {{imported_from[interface.client]}}{{interface.client|upper_camel_case}}Calls
|
|
|