| Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| index 44b7fd2bd4044a7625a4e81e7d1fedc12d905e30..691af35a6bd41077a4f155655e293e1cff4d4e48 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| @@ -16,7 +16,7 @@ class CSSToLengthConversionData;
|
|
|
| class CSSLengthInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSLengthInterpolationType(CSSPropertyID);
|
| + CSSLengthInterpolationType(PropertyHandle);
|
|
|
| InterpolationValue maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final;
|
| void composite(UnderlyingValueOwner&, double underlyingFraction, const InterpolationValue&, double interpolationFraction) const final;
|
|
|