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