| Index: third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.h
|
| index e05acec3522d9481f7f13317c3f992a0296744e5..3d61e22e94d4422716fed444a4e2be3982f6cb06 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.h
|
| @@ -23,9 +23,9 @@ class CSSImageSliceInterpolationType : public CSSInterpolationType {
|
| double underlyingFraction,
|
| const InterpolationValue&,
|
| double interpolationFraction) const final;
|
| - void apply(const InterpolableValue&,
|
| - const NonInterpolableValue*,
|
| - InterpolationEnvironment&) const final;
|
| + void applyStandardPropertyValue(const InterpolableValue&,
|
| + const NonInterpolableValue*,
|
| + StyleResolverState&) const final;
|
|
|
| private:
|
| InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying,
|
|
|