| Index: Source/core/animation/LengthInterpolationType.h
|
| diff --git a/Source/core/animation/LengthInterpolationType.h b/Source/core/animation/LengthInterpolationType.h
|
| index d3b01e3b6f7232792adb2dccbad206a973a382c8..8c98dc766da16aa1810fbc957d7aab36a87eac45 100644
|
| --- a/Source/core/animation/LengthInterpolationType.h
|
| +++ b/Source/core/animation/LengthInterpolationType.h
|
| @@ -17,6 +17,7 @@ public:
|
| LengthInterpolationType(CSSPropertyID);
|
|
|
| PassOwnPtrWillBeRawPtr<InterpolationValue> maybeConvertUnderlyingValue(const StyleResolverState&) const final;
|
| + PassRefPtrWillBeRawPtr<NonInterpolableValue> mergeNonInterpolableValues(const NonInterpolableValue*, const NonInterpolableValue*) const final;
|
| void apply(const InterpolableValue&, const NonInterpolableValue*, StyleResolverState&) const final;
|
|
|
| private:
|
|
|