| Index: third_party/WebKit/Source/core/animation/CSSImageInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.cpp
|
| index ada30fac18cb18889753c0359a7cc3d8664288ef..c3be22717af8079e66715efbfeddd3e21bba0f75 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.cpp
|
| @@ -235,14 +235,14 @@ void CSSImageInterpolationType::composite(
|
| underlyingValueOwner.set(*this, value);
|
| }
|
|
|
| -void CSSImageInterpolationType::apply(
|
| +void CSSImageInterpolationType::applyStandardPropertyValue(
|
| const InterpolableValue& interpolableValue,
|
| const NonInterpolableValue* nonInterpolableValue,
|
| - InterpolationEnvironment& environment) const {
|
| + StyleResolverState& state) const {
|
| ImagePropertyFunctions::setStyleImage(
|
| - cssProperty(), *environment.state().style(),
|
| + cssProperty(), *state.style(),
|
| resolveStyleImage(cssProperty(), interpolableValue, nonInterpolableValue,
|
| - environment.state()));
|
| + state));
|
| }
|
|
|
| } // namespace blink
|
|
|