Index: third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h |
index 3d86321712aea9f24d52221990550d75a6b289ca..82f185fb38d23e351d42c1f94a3081ad38b2f374 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h |
@@ -22,9 +22,9 @@ class CSSImageInterpolationType : public CSSInterpolationType { |
double underlyingFraction, |
const InterpolationValue&, |
double interpolationFraction) const final; |
- void apply(const InterpolableValue&, |
- const NonInterpolableValue*, |
- InterpolationEnvironment&) const final; |
+ void applyStandardPropertyValue(const InterpolableValue&, |
+ const NonInterpolableValue*, |
+ StyleResolverState&) const final; |
static InterpolationValue maybeConvertCSSValue(const CSSValue&, |
bool acceptGradients); |