Index: third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h |
index 36a20369c1e90cbae4198a286714a4784652ba5d..2bad2aec3f6be6ac77d13e84a6b94de91f5e0e78 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h |
@@ -16,9 +16,9 @@ class CSSPaintInterpolationType : public CSSInterpolationType { |
InterpolationValue maybeConvertUnderlyingValue( |
const InterpolationEnvironment&) const final; |
- void apply(const InterpolableValue&, |
- const NonInterpolableValue*, |
- InterpolationEnvironment&) const final; |
+ void applyStandardPropertyValue(const InterpolableValue&, |
+ const NonInterpolableValue*, |
+ StyleResolverState&) const final; |
private: |
InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying, |