Index: mojo/public/interfaces/bindings/tests/test_native_types.mojom |
diff --git a/mojo/public/interfaces/bindings/tests/test_native_types.mojom b/mojo/public/interfaces/bindings/tests/test_native_types.mojom |
index 3537703ec9a054343d0af35b6526a070291f7cc9..0a3a1974913ad9a33e150f5c3b11bb25358e23a5 100644 |
--- a/mojo/public/interfaces/bindings/tests/test_native_types.mojom |
+++ b/mojo/public/interfaces/bindings/tests/test_native_types.mojom |
@@ -9,3 +9,6 @@ module mojo.test; |
[native=True] |
struct PickledStruct; |
+interface PicklePasser { |
+ PassPickle(PickledStruct pickle) => (PickledStruct passed); |
+}; |