| Index: Source/core/animation/AnimationType.h
|
| diff --git a/Source/core/animation/AnimationType.h b/Source/core/animation/AnimationType.h
|
| index c7dabf9a264227bad7ae3d0e2373346acc189982..c48eca3dae3c0adfb888b0670a557ce807a88195 100644
|
| --- a/Source/core/animation/AnimationType.h
|
| +++ b/Source/core/animation/AnimationType.h
|
| @@ -36,7 +36,7 @@ public:
|
| return nullptr;
|
| }
|
|
|
| - virtual PassOwnPtrWillBeRawPtr<FlipPrimitiveInterpolation::Side> maybeConvertSingle(const CSSPropertySpecificKeyframe&, const StyleResolverState*, ConversionCheckers&) const = 0;
|
| + virtual PassOwnPtrWillBeRawPtr<AnimationValue> maybeConvertSingle(const CSSPropertySpecificKeyframe&, const StyleResolverState*, ConversionCheckers&) const = 0;
|
|
|
| virtual void apply(const InterpolableValue&, const NonInterpolableValue*, StyleResolverState&) const = 0;
|
|
|
|
|