| Index: gpu/ipc/common/traits_test_service.mojom
|
| diff --git a/gpu/ipc/common/traits_test_service.mojom b/gpu/ipc/common/traits_test_service.mojom
|
| index 94b80aeb69da8c894b28d58e98f6c48550bb7553..bd7a961a8f911ed3dda0dded91384729ab8d5601 100644
|
| --- a/gpu/ipc/common/traits_test_service.mojom
|
| +++ b/gpu/ipc/common/traits_test_service.mojom
|
| @@ -21,6 +21,9 @@ interface TraitsTestService {
|
| EchoGpuDevice(GpuDevice g) => (GpuDevice pass);
|
|
|
| [Sync]
|
| + EchoGpuInfo(GpuInfo g) => (GpuInfo pass);
|
| +
|
| + [Sync]
|
| EchoMailbox(Mailbox m) => (Mailbox pass);
|
|
|
| [Sync]
|
|
|