Index: third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp |
index 03bf8ebb19537727970a0b6336cecb0abb5e6311..f6ebc4bba2fd0fe80b3e8f57c47638a84f7cb24b 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp |
@@ -233,9 +233,10 @@ PairwiseInterpolationValue CSSTransformInterpolationType::maybeMergeSingles( |
toCSSTransformNonInterpolableValue(*end.nonInterpolableValue)))); |
} |
-InterpolationValue CSSTransformInterpolationType::maybeConvertUnderlyingValue( |
- const InterpolationEnvironment& environment) const { |
- return convertTransform(environment.state().style()->transform()); |
+InterpolationValue |
+CSSTransformInterpolationType::maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState& state) const { |
+ return convertTransform(state.style()->transform()); |
} |
void CSSTransformInterpolationType::composite( |