chromium/media/mojo/mojom/status_mojom_traits.cc

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "media/mojo/mojom/status_mojom_traits.h"

#include "media/mojo/mojom/media_types.mojom.h"
#include "mojo/public/cpp/base/values_mojom_traits.h"

namespace mojo {

// static
bool StructTraits<
    media::mojom::StatusDataDataView,
    media::internal::StatusData>::Read(media::mojom::StatusDataDataView data,
                                       media::internal::StatusData* output) {}

}  // namespace mojo