Index: third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h |
index fa9863c885c583b83136502656b09d36b442febd..d2eae88fcbdc370273913b48dcacd690c55666fd 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h |
@@ -14,8 +14,8 @@ class CSSNumberInterpolationType : public CSSInterpolationType { |
CSSNumberInterpolationType(PropertyHandle property) |
: CSSInterpolationType(property) {} |
- InterpolationValue maybeConvertUnderlyingValue( |
- const InterpolationEnvironment&) const final; |
+ InterpolationValue maybeConvertStandardPropertyUnderlyingValue( |
+ const StyleResolverState&) const final; |
void applyStandardPropertyValue(const InterpolableValue&, |
const NonInterpolableValue*, |
StyleResolverState&) const final; |