| Index: Source/core/animation/CSSValueAnimationType.h
|
| diff --git a/Source/core/animation/CSSValueAnimationType.h b/Source/core/animation/CSSValueAnimationType.h
|
| index bc2b3cde7db906f16e833c94e2bebbc26ac15847..8b5ace38376c957d3352b568ded6d5769311cf59 100644
|
| --- a/Source/core/animation/CSSValueAnimationType.h
|
| +++ b/Source/core/animation/CSSValueAnimationType.h
|
| @@ -17,7 +17,7 @@ public:
|
| : AnimationType(property)
|
| { }
|
|
|
| - virtual PassOwnPtrWillBeRawPtr<FlipPrimitiveInterpolation::Side> maybeConvertSingle(const CSSPropertySpecificKeyframe&, const StyleResolverState*, ConversionCheckers&) const override final;
|
| + virtual PassOwnPtrWillBeRawPtr<AnimationValue> maybeConvertSingle(const CSSPropertySpecificKeyframe&, const StyleResolverState*, ConversionCheckers&) const override final;
|
| virtual void apply(const InterpolableValue&, const NonInterpolableValue*, StyleResolverState&) const override final;
|
| };
|
|
|
|
|