| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index 16cf4013a9ada8e69fcce736837d932b7ced3ded..b4be58486f59755c062b05a05cfb63c25099d4de 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -195,7 +195,7 @@ public:
|
| // The body of calculateCSSAnimationUpdate can move to CSSAnimations.cpp and take just const element, const style,
|
| // and const ScopedStyleTree
|
| void calculateCSSAnimationUpdate(StyleResolverState&);
|
| - void resolveKeyframes(const Element*, const RenderStyle*, const AtomicString& animationName, TimingFunction* defaultTimingFunction, KeyframeAnimationEffect::KeyframeVector&, RefPtr<TimingFunction>&);
|
| + void resolveKeyframes(const Element*, const RenderStyle*, const AtomicString& animationName, TimingFunction* defaultTimingFunction, Vector<std::pair<KeyframeAnimationEffect::KeyframeVector, RefPtr<TimingFunction> > >&);
|
| void keyframeStylesForAnimation(Element*, const RenderStyle*, KeyframeList&);
|
| const StyleRuleKeyframes* matchScopedKeyframesRule(const Element*, const StringImpl* animationName);
|
| PassRefPtr<RenderStyle> styleForKeyframe(Element*, const RenderStyle*, const StyleKeyframe*);
|
|
|