// Copyright 2015 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/keyframe_style_rule_css_style_declaration.h" #include "third_party/blink/renderer/core/css/css_keyframe_rule.h" #include "third_party/blink/renderer/core/css/css_keyframes_rule.h" namespace blink { KeyframeStyleRuleCSSStyleDeclaration::KeyframeStyleRuleCSSStyleDeclaration( MutableCSSPropertyValueSet& property_set_arg, CSSKeyframeRule* parent_rule) : … { … } void KeyframeStyleRuleCSSStyleDeclaration::DidMutate(MutationType type) { … } } // namespace blink