// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/public/common/messaging/transferable_message_mojom_traits.h" #include "base/containers/span.h" #include "third_party/blink/public/common/messaging/cloneable_message_mojom_traits.h" #include "third_party/blink/public/common/messaging/message_port_descriptor.h" namespace mojo { bool StructTraits<blink::mojom::TransferableMessage::DataView, blink::TransferableMessage>:: Read(blink::mojom::TransferableMessage::DataView data, blink::TransferableMessage* out) { … } } // namespace mojo