Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index cf9e0ab9659969664bb5c7df3a8075397ae6e3d0..a46b334b5ab6b691ed63c60ffee5410d0b2d982c 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -119,7 +119,7 @@ public: |
RuleMatchingBehavior = MatchAllRules); |
PassRefPtr<RenderStyle> styleForKeyframe(Element*, const RenderStyle&, RenderStyle* parentStyle, const StyleKeyframe*, const AtomicString& animationName); |
- static PassRefPtrWillBeRawPtr<AnimatableValue> createAnimatableValueSnapshot(Element&, CSSPropertyID, CSSValue*); |
+ static PassRefPtrWillBeRawPtr<AnimatableValue> applyAndSnapshotAnimatableValue(Element&, CSSPropertyID, CSSValue&, RenderStyle* mutableStyle = 0); |
PassRefPtr<RenderStyle> pseudoStyleForElement(Element*, const PseudoStyleRequest&, RenderStyle* parentStyle); |