| Index: third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| index 573b8d33c3ee7828b880dc40fa48c070e29d271b..a9d713a9a6f2da5628082fd4d34719f07173880c 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| @@ -11,7 +11,7 @@ namespace blink {
|
|
|
| class CSSNumberInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSNumberInterpolationType(CSSPropertyID property)
|
| + CSSNumberInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| { }
|
|
|
|
|