#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_SHAPING_VARIATION_SELECTOR_MODE_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_SHAPING_VARIATION_SELECTOR_MODE_H_
#include "base/notreached.h"
#include "third_party/blink/renderer/platform/fonts/font_variant_emoji.h"
#include "third_party/blink/renderer/platform/platform_export.h"
namespace blink {
enum VariationSelectorMode { … };
PLATFORM_EXPORT bool ShouldIgnoreVariationSelector(VariationSelectorMode mode);
PLATFORM_EXPORT bool UseFontVariantEmojiVariationSelector(
VariationSelectorMode mode);
PLATFORM_EXPORT VariationSelectorMode
GetVariationSelectorModeFromFontVariantEmoji(
FontVariantEmoji font_variant_emoji);
}
#endif