Index: third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h |
index 8e31028a8ff4cef5237c162708fb7402f69edbc6..2d5c0eebfa90b5cdbf2f04a53c4c48972a120b1f 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSColorInterpolationType.h |
@@ -19,8 +19,8 @@ class CSSColorInterpolationType : public CSSInterpolationType { |
CSSColorInterpolationType(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; |