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

Unified Diff: gpu/ipc/common/mailbox_holder_struct_traits.h

Issue 2253293002: Mojo C++ bindings: change the first template parameter of StructTraits and UnionTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@91_extra
Patch Set: rebase Created 4 years, 4 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_struct_traits.cc ('k') | gpu/ipc/common/mailbox_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_struct_traits.h
diff --git a/gpu/ipc/common/mailbox_holder_struct_traits.h b/gpu/ipc/common/mailbox_holder_struct_traits.h
index 5f000f5a796ad951d5626be336cd6cca5b627cb5..d3233dc7de9bc8186d62d6d8f38cdaabba363311 100644
--- a/gpu/ipc/common/mailbox_holder_struct_traits.h
+++ b/gpu/ipc/common/mailbox_holder_struct_traits.h
@@ -11,7 +11,7 @@
namespace mojo {
template <>
-struct StructTraits<gpu::mojom::MailboxHolder, gpu::MailboxHolder> {
+struct StructTraits<gpu::mojom::MailboxHolderDataView, gpu::MailboxHolder> {
static const gpu::Mailbox& mailbox(const gpu::MailboxHolder& holder) {
return holder.mailbox;
}
« no previous file with comments | « gpu/ipc/common/gpu_info_struct_traits.cc ('k') | gpu/ipc/common/mailbox_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698