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