| Index: third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h
|
| index 90eb0a4901cb85eec82f1e2e1a32cde04450521e..0b4a379ac36682a129a85a1cb181eeca47c16a4b 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h
|
| @@ -27,10 +27,6 @@ class CSSScaleInterpolationType : public CSSInterpolationType {
|
| StyleResolverState&) const final;
|
|
|
| private:
|
| - InterpolationValue maybeConvertSingle(const PropertySpecificKeyframe&,
|
| - const InterpolationEnvironment&,
|
| - const InterpolationValue& underlying,
|
| - ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertInitial(const StyleResolverState&,
|
| @@ -40,6 +36,8 @@ class CSSScaleInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| + void additiveKeyframeHook(InterpolationValue&) const final;
|
| +
|
| PairwiseInterpolationValue maybeMergeSingles(
|
| InterpolationValue&&,
|
| InterpolationValue&&) const final;
|
|
|