| Index: Source/core/animation/InterpolationEffect.h
|
| diff --git a/Source/core/animation/InterpolationEffect.h b/Source/core/animation/InterpolationEffect.h
|
| index 3a5a4bb7a9acbb15b463fb40fb983c5d3c8997a1..ba89385c1d5792dd48034628785d0da5a43694fa 100644
|
| --- a/Source/core/animation/InterpolationEffect.h
|
| +++ b/Source/core/animation/InterpolationEffect.h
|
| @@ -28,7 +28,7 @@ public:
|
| m_interpolations.append(InterpolationRecord::create(interpolation, easing, start, end, applyFrom, applyTo));
|
| }
|
|
|
| - void addInterpolationsFromKeyframes(CSSPropertyID, Element*, const LayoutStyle* baseStyle, Keyframe::PropertySpecificKeyframe& keyframeA, Keyframe::PropertySpecificKeyframe& keyframeB, double applyFrom, double applyTo);
|
| + void addInterpolationsFromKeyframes(CSSPropertyID, Element*, const ComputedStyle* baseStyle, Keyframe::PropertySpecificKeyframe& keyframeA, Keyframe::PropertySpecificKeyframe& keyframeB, double applyFrom, double applyTo);
|
|
|
| template<typename T>
|
| inline void forEachInterpolation(const T& callback)
|
|
|