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