#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) { … }
}
#endif
CSSKeyframeShorthandValue::CSSKeyframeShorthandValue(
CSSPropertyID shorthand,
ImmutableCSSPropertyValueSet* properties)
: … { … }
String CSSKeyframeShorthandValue::CustomCSSText() const { … }
void CSSKeyframeShorthandValue::TraceAfterDispatch(
blink::Visitor* visitor) const { … }
}