// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/platform/fonts/shaping/harfbuzz_face_from_typeface.h" #include "base/numerics/safe_conversions.h" #include "third_party/skia/include/core/SkStream.h" namespace { static void DeleteTypefaceStream(void* stream_asset_ptr) { … } } // namespace namespace blink { hb::unique_ptr<hb_face_t> HbFaceFromSkTypeface(sk_sp<SkTypeface> typeface) { … } } // namespace blink