chromium/ui/gfx/mojom/delegated_ink_metadata_mojom_traits.h

// 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.

#ifndef UI_GFX_MOJOM_DELEGATED_INK_METADATA_MOJOM_TRAITS_H_
#define UI_GFX_MOJOM_DELEGATED_INK_METADATA_MOJOM_TRAITS_H_

#include <memory>

#include "mojo/public/cpp/base/time_mojom_traits.h"
#include "skia/public/mojom/skcolor_mojom_traits.h"
#include "ui/gfx/delegated_ink_metadata.h"
#include "ui/gfx/mojom/delegated_ink_metadata.mojom-shared.h"
#include "ui/gfx/mojom/rrect_f_mojom_traits.h"

namespace mojo {

template <>
struct StructTraits<gfx::mojom::DelegatedInkMetadataDataView,
                    std::unique_ptr<gfx::DelegatedInkMetadata>> {};

}  // namespace mojo

#endif  // UI_GFX_MOJOM_DELEGATED_INK_METADATA_MOJOM_TRAITS_H_