#include "third_party/blink/renderer/core/animation/size_list_property_functions.h"
#include "third_party/blink/renderer/core/style/computed_style.h"
namespace blink {
static const FillLayer* GetFillLayerForSize(const CSSProperty& property,
const ComputedStyle& style) { … }
static FillLayer* AccessFillLayerForSize(const CSSProperty& property,
ComputedStyleBuilder& builder) { … }
SizeList SizeListPropertyFunctions::GetInitialSizeList(
const CSSProperty& property,
const ComputedStyle& initial_style) { … }
SizeList SizeListPropertyFunctions::GetSizeList(const CSSProperty& property,
const ComputedStyle& style) { … }
void SizeListPropertyFunctions::SetSizeList(const CSSProperty& property,
ComputedStyleBuilder& builder,
const SizeList& size_list) { … }
}