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

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

Issue 2729523002: Re-land^2 WebVR compositor bypass via BrowserMain context + mailbox (Closed)
Patch Set: move //gpu/ipc/common:interfaces deps from android-specifc to all Created 3 years, 9 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
Index: gpu/ipc/common/mailbox_holder.typemap
diff --git a/gpu/ipc/common/mailbox_holder.typemap b/gpu/ipc/common/mailbox_holder.typemap
index 4644f3219d3eb24c3af8783de3fb6a91e041bbc8..06d9d72789e5d03500a94b62d9391b1af33bfb8a 100644
--- a/gpu/ipc/common/mailbox_holder.typemap
+++ b/gpu/ipc/common/mailbox_holder.typemap
@@ -8,4 +8,8 @@ traits_headers = [ "//gpu/ipc/common/mailbox_holder_struct_traits.h" ]
deps = [
"//gpu/ipc/common:struct_traits",
]
+public_deps = [
+ "//gpu/command_buffer/common",
+ "//mojo/public/cpp/bindings",
+]
type_mappings = [ "gpu.mojom.MailboxHolder=::gpu::MailboxHolder" ]

Powered by Google App Engine
This is Rietveld 408576698