| Index: gpu/ipc/common/sync_token.typemap
|
| diff --git a/gpu/ipc/common/sync_token.typemap b/gpu/ipc/common/sync_token.typemap
|
| index 6233ad44ccff210fcdaa963c1b9b5a570cd91d76..dd91c13a4ff981ba0382e89210409e83d94e4f30 100644
|
| --- a/gpu/ipc/common/sync_token.typemap
|
| +++ b/gpu/ipc/common/sync_token.typemap
|
| @@ -4,9 +4,9 @@
|
|
|
| mojom = "//gpu/ipc/common/sync_token.mojom"
|
| public_headers = [ "//gpu/command_buffer/common/sync_token.h" ]
|
| -traits_headers = [ "//gpu/ipc/common/gpu_command_buffer_traits.h" ]
|
| -deps = [
|
| - "//gpu/ipc/common:command_buffer_traits",
|
| +traits_headers = [ "//gpu/ipc/common/sync_token_struct_traits.h" ]
|
| +public_deps = [
|
| + "//gpu/command_buffer/common"
|
| ]
|
|
|
| type_mappings = [ "gpu.mojom.SyncToken=::gpu::SyncToken" ]
|
|
|