| Index: third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
|
| index d167f92ee008e964e182101586599495d55da392..41ac4dcc5b9babc887e5e13f6d3f25c31e9d7886 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
|
| @@ -14,7 +14,7 @@ namespace blink {
|
|
|
| class CSSLengthPairInterpolationType : public CSSLengthListInterpolationType {
|
| public:
|
| - CSSLengthPairInterpolationType(CSSPropertyID property)
|
| + CSSLengthPairInterpolationType(PropertyHandle property)
|
| : CSSLengthListInterpolationType(property)
|
| { }
|
|
|
|
|