chromium/third_party/blink/renderer/core/style/font_size_style.h

// Copyright 2023 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_CORE_STYLE_FONT_SIZE_STYLE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_FONT_SIZE_STYLE_H_

#include "third_party/blink/renderer/platform/fonts/font.h"
#include "third_party/blink/renderer/platform/geometry/length.h"

namespace blink {

// FontSizeStyle contains the subset of ComputedStyle/ComputedStyleBuilder
// which is needed to resolve units within CSSToLengthConversionData and
// friends.
class CORE_EXPORT FontSizeStyle {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_FONT_SIZE_STYLE_H_