chromium/third_party/blink/renderer/core/css/css_keyframe_shorthand_value.cc

// Copyright 2019 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/css/css_keyframe_shorthand_value.h"
#include "third_party/blink/renderer/core/style_property_shorthand.h"

namespace blink {

#if DCHECK_IS_ON()
namespace {
bool ShorthandMatches(CSSPropertyID expected_shorthand,
                      CSSPropertyID longhand) {}

}  // namespace
#endif

CSSKeyframeShorthandValue::CSSKeyframeShorthandValue(
    CSSPropertyID shorthand,
    ImmutableCSSPropertyValueSet* properties)
    :{}

String CSSKeyframeShorthandValue::CustomCSSText() const {}

void CSSKeyframeShorthandValue::TraceAfterDispatch(
    blink::Visitor* visitor) const {}

}  // namespace blink