Index: third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h |
index 2d2400fc06c017cbca5f927c5ffa81fc60cfdb1f..feefd9a6342b9a881d416ab87894fd81f0eab27d 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.h |
@@ -22,9 +22,9 @@ class CSSScaleInterpolationType : 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; |
private: |
InterpolationValue maybeConvertSingle(const PropertySpecificKeyframe&, |