| 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 46c6f694ce0955ce07197530ec81fc54ed3db487..3df43182a37ed9d23406e0e2df68aa6eb01ff228 100644
|
| --- a/mojo/public/interfaces/bindings/tests/test_native_types.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/test_native_types.mojom
|
| @@ -34,4 +34,5 @@ interface PicklePasser {
|
| interface RectService {
|
| AddRect(TypemappedRect r);
|
| GetLargestRect() => (TypemappedRect largest);
|
| + PassSharedRect(SharedTypemappedRect r) => (SharedTypemappedRect passed);
|
| };
|
|
|