| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index c23b4ad5df7f7686900b292470bf5a0df84c003a..6fe7059062ab82ab053fe95f5af91787fda09ae8 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -124,6 +124,7 @@ public:
|
| // and should be removed when that is replaced by Web Animations.
|
| void keyframeStylesForAnimation(Element*, const RenderStyle&, KeyframeList&);
|
| PassRefPtr<RenderStyle> styleForKeyframe(Element*, const RenderStyle&, const StyleKeyframe*, const AtomicString& animationName);
|
| + static PassRefPtr<KeyframeAnimationEffect> createKeyframeAnimationEffect(Element&, const Vector<RefPtr<MutableStylePropertySet> >&, KeyframeAnimationEffect::KeyframeVector&);
|
|
|
| PassRefPtr<RenderStyle> pseudoStyleForElement(Element*, const PseudoStyleRequest&, RenderStyle* parentStyle);
|
|
|
|
|