Chromium Code Reviews| Index: cc/ipc/traits_test_service.mojom |
| diff --git a/cc/ipc/traits_test_service.mojom b/cc/ipc/traits_test_service.mojom |
| index b94ce2ff79efccda63eb23656453058f0dfe0f49..bdc88600ad6e11636fe4ab2160836f68ee03b7a3 100644 |
| --- a/cc/ipc/traits_test_service.mojom |
| +++ b/cc/ipc/traits_test_service.mojom |
| @@ -16,6 +16,7 @@ import "cc/ipc/returned_resource.mojom"; |
| import "cc/ipc/selection.mojom"; |
| import "cc/ipc/shared_quad_state.mojom"; |
| import "cc/ipc/surface_id.mojom"; |
| +import "cc/ipc/surface_reference.mojom"; |
| import "cc/ipc/surface_sequence.mojom"; |
| import "cc/ipc/transferable_resource.mojom"; |
| @@ -57,6 +58,9 @@ interface TraitsTestService { |
| EchoSurfaceId(SurfaceId s) => (SurfaceId pass); |
| [Sync] |
| + EchoSurfaceReference(SurfaceReference s) => (SurfaceReference ref); |
|
vmpstr
2016/12/02 19:33:35
What are the variable names here? The rest of the
kylechar
2016/12/02 20:16:23
They're the variable names that get used in the au
|
| + |
| + [Sync] |
| EchoSurfaceSequence(SurfaceSequence s) => (SurfaceSequence pass); |
| [Sync] |