Index: third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h |
index d98d8c7441dd1a5fec6d22fb96c5ea83c41f386e..480b09a6c3f2b69c13799f4c800eda98939148a6 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h |
@@ -14,9 +14,9 @@ class CSSPathInterpolationType : public CSSInterpolationType { |
CSSPathInterpolationType(PropertyHandle property) |
: CSSInterpolationType(property) {} |
- void apply(const InterpolableValue&, |
- const NonInterpolableValue*, |
- InterpolationEnvironment&) const final; |
+ void applyStandardPropertyValue(const InterpolableValue&, |
+ const NonInterpolableValue*, |
+ StyleResolverState&) const final; |
void composite(UnderlyingValueOwner&, |
double underlyingFraction, |
const InterpolationValue&, |