Index: third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h |
diff --git a/third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h |
index b42b131781cbdde6dfb9fdc8b875a375afce658b..9b2ebd2669a23019d8e68bd8bec13b395fcb76e2 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h |
@@ -15,8 +15,10 @@ public: |
: CSSLengthListInterpolationType(property) |
{ } |
+ static InterpolationValue convertPositionAxisCSSValue(const CSSValue&); |
+ |
private: |
- InterpolationValue maybeConvertValue(const CSSValue&, const StyleResolverState&, ConversionCheckers&) const final; |
+ InterpolationValue maybeConvertValue(const CSSValue&, const StyleResolverState&, ConversionCheckers&) const override; |
}; |
} // namespace blink |