Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: gpu/ipc/common/sync_token.typemap

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/ipc/common/mailbox_struct_traits.h ('k') | gpu/ipc/common/sync_token_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/sync_token.typemap
diff --git a/gpu/ipc/common/sync_token.typemap b/gpu/ipc/common/sync_token.typemap
index dd91c13a4ff981ba0382e89210409e83d94e4f30..79a407085b577e6e3249d96355bdc1a3ac656b5b 100644
--- a/gpu/ipc/common/sync_token.typemap
+++ b/gpu/ipc/common/sync_token.typemap
@@ -5,8 +5,11 @@
mojom = "//gpu/ipc/common/sync_token.mojom"
public_headers = [ "//gpu/command_buffer/common/sync_token.h" ]
traits_headers = [ "//gpu/ipc/common/sync_token_struct_traits.h" ]
+deps = [
+ "//gpu/ipc/common:struct_traits",
+]
public_deps = [
- "//gpu/command_buffer/common"
+ "//gpu/command_buffer/common",
]
type_mappings = [ "gpu.mojom.SyncToken=::gpu::SyncToken" ]
« no previous file with comments | « gpu/ipc/common/mailbox_struct_traits.h ('k') | gpu/ipc/common/sync_token_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698