chromium/third_party/blink/renderer/platform/text/emoji_segmentation_category_inline_header.h

// Copyright 2019 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_TEXT_EMOJI_SEGMENTATION_CATEGORY_INLINE_HEADER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_TEXT_EMOJI_SEGMENTATION_CATEGORY_INLINE_HEADER_H_

#include "third_party/blink/renderer/platform/text/character.h"
#include "third_party/blink/renderer/platform/text/emoji_segmentation_category.h"

namespace blink {

namespace {

EmojiSegmentationCategory GetEmojiSegmentationCategory(UChar32 codepoint) {}

}  // namespace

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_TEXT_EMOJI_SEGMENTATION_CATEGORY_INLINE_HEADER_H_