Index: third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h |
index 8e388247ed2030f18bacc7e22292783a880fa58e..7601f6b96d96643fabcefd8cf0ade3c6688d47c2 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.h |
@@ -29,9 +29,9 @@ class CSSTransformInterpolationType : 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 maybeConvertNeutral(const InterpolationValue& underlying, |