| Index: mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
|
| diff --git a/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
|
| index 2daf6e67fdb088c126279d488da7fa8c6c31f3ea..3048d37d069ac297041f3f9f16fb540934a9c152 100644
|
| --- a/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
|
| +++ b/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
|
| @@ -274,6 +274,7 @@ namespace std {
|
| {%- for struct in structs %}
|
| {%- if not struct|is_native_only_kind %}
|
| {% include "wrapper_class_template_definition.tmpl" %}
|
| +{% include "struct_data_view_definition.tmpl" %}
|
| {%- endif %}
|
|
|
| {%- if struct.enums %}
|
|
|