| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index 1b3156d62c6d1d8a309d777d9558899fc35fd59f..5090598f5d4ec48a43ffcfc8e397b726c06596c9 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -191,9 +191,6 @@ public:
|
| RuleMatchingBehavior = MatchAllRules, RenderRegion* regionForStyling = 0);
|
|
|
| // FIXME: The following logic related to animations and keyframes should be factored out of StyleResolver
|
| - // The body of calculateCSSAnimationUpdate can move to CSSAnimations.cpp and take just const element, const style,
|
| - // and const ScopedStyleTree
|
| - void calculateCSSAnimationUpdate(StyleResolverState&);
|
| void resolveKeyframes(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);
|
|
|