| Index: mojo/public/interfaces/bindings/tests/sample_factory.mojom
|
| diff --git a/mojo/public/interfaces/bindings/tests/sample_factory.mojom b/mojo/public/interfaces/bindings/tests/sample_factory.mojom
|
| index 9385ee4669312c19c52aafe405505353a58e2106..97078287b34458321c9f69e0867df63b009fcdf2 100644
|
| --- a/mojo/public/interfaces/bindings/tests/sample_factory.mojom
|
| +++ b/mojo/public/interfaces/bindings/tests/sample_factory.mojom
|
| @@ -14,6 +14,9 @@ struct Request {
|
| int32 x;
|
| handle<message_pipe> pipe;
|
| handle<message_pipe>[] more_pipes;
|
| +
|
| + // Interfaces can be used as members.
|
| + imported.ImportedInterface obj;
|
| };
|
|
|
| struct Response {
|
|
|