Index: mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom b/mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom |
index 60642b59944bbe3217f774bc4cda629956595f65..a4b7955854319cc0dd2b1c710cac99426bdeda87 100644 |
--- a/mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom |
+++ b/mojo/public/interfaces/bindings/tests/serialization_test_structs.mojom |
@@ -29,4 +29,10 @@ struct Struct6 { |
string str; |
}; |
+struct StructOfNullables { |
+ handle? hdl; |
+ Struct1? struct_1; |
+ string? str; |
+}; |
+ |
} |