// Copyright 2020 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/opentype/variable_axes_names.h" #include "third_party/skia/include/core/SkStream.h" #include "third_party/skia/include/core/SkTypeface.h" // clang-format off #include <hb.h> #include <hb-cplusplus.hh> #include <hb-ot.h> // clang-format on namespace blink { Vector<VariationAxis> VariableAxesNames::GetVariationAxes( sk_sp<SkTypeface> typeface) { … } } // namespace blink