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

Unified Diff: gpu/ipc/common/mailbox_holder.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/gpu_info.typemap ('k') | gpu/ipc/common/mailbox_holder_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/mailbox_holder.typemap
diff --git a/gpu/ipc/common/mailbox_holder.typemap b/gpu/ipc/common/mailbox_holder.typemap
index 8692f313131ac6801601bbd1713fdab216565159..4644f3219d3eb24c3af8783de3fb6a91e041bbc8 100644
--- a/gpu/ipc/common/mailbox_holder.typemap
+++ b/gpu/ipc/common/mailbox_holder.typemap
@@ -6,10 +6,6 @@ mojom = "//gpu/ipc/common/mailbox_holder.mojom"
public_headers = [ "//gpu/command_buffer/common/mailbox_holder.h" ]
traits_headers = [ "//gpu/ipc/common/mailbox_holder_struct_traits.h" ]
deps = [
- "//mojo/public/cpp/bindings",
-]
-public_deps = [
- "//gpu/command_buffer/common",
- "//mojo/public/cpp/bindings",
+ "//gpu/ipc/common:struct_traits",
]
type_mappings = [ "gpu.mojom.MailboxHolder=::gpu::MailboxHolder" ]
« no previous file with comments | « gpu/ipc/common/gpu_info.typemap ('k') | gpu/ipc/common/mailbox_holder_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698