| Index: third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| index d470b7f8ee0f613d934c90d53461f1f556fed7ba..f14eef32aebc2f0d5703e98e9c90d7356412117f 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
|
|
| class CSSLengthListInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSLengthListInterpolationType(CSSPropertyID);
|
| + CSSLengthListInterpolationType(PropertyHandle);
|
|
|
| InterpolationValue maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final;
|
| void composite(UnderlyingValueOwner&, double underlyingFraction, const InterpolationValue&, double interpolationFraction) const final;
|
|
|