chromium/third_party/blink/renderer/core/animation/size_list_property_functions.cc

// Copyright 2016 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/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) {}

}  // namespace blink