| Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| index 6e2199100b7c55e6251bfd7ddba5e9603bf42133..e774aa48828d3299a8d7511500c3a381412c28bf 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| @@ -23,9 +23,9 @@ class CSSLengthInterpolationType : 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:
|
| float effectiveZoom(const ComputedStyle&) const;
|
|
|