| Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| index 8f3b82e02305ac76b374f650772ce2dadb0de20a..87053e379231f3507bf3573e1c7a81344b003761 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| @@ -129,11 +129,10 @@ void CSSLengthInterpolationType::composite(
|
| value.nonInterpolableValue.get());
|
| }
|
|
|
| -void CSSLengthInterpolationType::apply(
|
| +void CSSLengthInterpolationType::applyStandardPropertyValue(
|
| const InterpolableValue& interpolableValue,
|
| const NonInterpolableValue* nonInterpolableValue,
|
| - InterpolationEnvironment& environment) const {
|
| - StyleResolverState& state = environment.state();
|
| + StyleResolverState& state) const {
|
| ComputedStyle& style = *state.style();
|
| float zoom = effectiveZoom(style);
|
| Length length = LengthInterpolationFunctions::createLength(
|
|
|