Index: third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp |
diff --git a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp |
index 661af64fb88efd3a038e801bd02aee897cf173f1..6b5f2aa0151d5f9ccf5d283d000b33e10445aa81 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp |
+++ b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp |
@@ -176,9 +176,10 @@ InterpolationValue CSSTextIndentInterpolationType::maybeConvertValue( |
length.nonInterpolableValue.release(), IndentMode(line, type))); |
} |
-InterpolationValue CSSTextIndentInterpolationType::maybeConvertUnderlyingValue( |
- const InterpolationEnvironment& environment) const { |
- const ComputedStyle& style = *environment.state().style(); |
+InterpolationValue |
+CSSTextIndentInterpolationType::maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState& state) const { |
+ const ComputedStyle& style = *state.style(); |
return createValue(style.textIndent(), IndentMode(style), |
style.effectiveZoom()); |
} |