Index: Source/core/animation/AnimatableLength.h |
diff --git a/Source/core/animation/AnimatableLength.h b/Source/core/animation/AnimatableLength.h |
index 167ff848bf0867a162c93e6f417ce3ccc964c261..a7505eb900f473501095dd50c5274ca75222a91e 100644 |
--- a/Source/core/animation/AnimatableLength.h |
+++ b/Source/core/animation/AnimatableLength.h |
@@ -73,7 +73,7 @@ public: |
return adoptRef(new AnimatableLength(calcExpression, cssPrimitiveValue)); |
} |
PassRefPtr<CSSValue> toCSSValue(NumberRange = AllValues) const; |
- Length toLength(const RenderStyle* currStyle, const RenderStyle* rootStyle, double zoom, NumberRange = AllValues) const; |
+ Length toLength(const CSSToLengthConversionData&, NumberRange = AllValues) const; |
protected: |
virtual PassRefPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const OVERRIDE; |