#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 { … };
}
#endif