chromium/third_party/blink/renderer/platform/fonts/palette_interpolation.h

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

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_PALETTE_INTERPOLATION_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_PALETTE_INTERPOLATION_H_

#include <optional>

#include "third_party/blink/renderer/platform/fonts/font_palette.h"
#include "third_party/blink/renderer/platform/graphics/color.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/skia/include/core/SkRefCnt.h"
#include "third_party/skia/include/core/SkTypeface.h"

namespace blink {

class PLATFORM_EXPORT PaletteInterpolation {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_PALETTE_INTERPOLATION_H_