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 abe42f0ed69e8d1fb622315390247463eef7729c..b42b131781cbdde6dfb9fdc8b875a375afce658b 100644 |
--- a/third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h |
+++ b/third_party/WebKit/Source/core/animation/CSSPositionAxisListInterpolationType.h |
@@ -15,8 +15,6 @@ |
: CSSLengthListInterpolationType(property) |
{ } |
- static InterpolationValue convertPositionAxisCSSValue(const CSSValue&); |
- |
private: |
InterpolationValue maybeConvertValue(const CSSValue&, const StyleResolverState&, ConversionCheckers&) const final; |
}; |