Index: Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
diff --git a/Source/core/animation/animatable/AnimatableValueKeyframe.cpp b/Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
index d40b2712ab5de6d37777f48017ab84a2ae49cf13..543c7c90d0400f3cc6c327c9484b9b88de2dd054 100644 |
--- a/Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
+++ b/Source/core/animation/animatable/AnimatableValueKeyframe.cpp |
@@ -62,7 +62,7 @@ PassOwnPtrWillBeRawPtr<Keyframe::PropertySpecificKeyframe> AnimatableValueKeyfra |
return adoptPtrWillBeNoop(theClone); |
} |
-PassRefPtrWillBeRawPtr<Interpolation> AnimatableValueKeyframe::PropertySpecificKeyframe::maybeCreateInterpolation(CSSPropertyID property, Keyframe::PropertySpecificKeyframe& end, Element*, const LayoutStyle*) const |
+PassRefPtrWillBeRawPtr<Interpolation> AnimatableValueKeyframe::PropertySpecificKeyframe::maybeCreateInterpolation(CSSPropertyID property, Keyframe::PropertySpecificKeyframe& end, Element*, const ComputedStyle*) const |
{ |
AnimatableValuePropertySpecificKeyframe& to = toAnimatableValuePropertySpecificKeyframe(end); |
return LegacyStyleInterpolation::create(value(), to.value(), property); |