Index: cc/ipc/render_pass_id_struct_traits.h |
diff --git a/cc/ipc/render_pass_id_struct_traits.h b/cc/ipc/render_pass_id_struct_traits.h |
index 3601a921a1e6e7285b07db249b81c396e7661fb8..fe0382fb94e02a0b0437d2bf7420d0bcda3edc35 100644 |
--- a/cc/ipc/render_pass_id_struct_traits.h |
+++ b/cc/ipc/render_pass_id_struct_traits.h |
@@ -11,7 +11,7 @@ |
namespace mojo { |
template <> |
-struct StructTraits<cc::mojom::RenderPassId, cc::RenderPassId> { |
+struct StructTraits<cc::mojom::RenderPassIdDataView, cc::RenderPassId> { |
static int layer_id(const cc::RenderPassId& id) { return id.layer_id; } |
static uint32_t index(const cc::RenderPassId& id) { return id.index; } |