| Index: third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
|
| index 6337fceb8ee9b55873b9a0b02c9caa7a73e5429d..39d7c089446e05dd2caa3d6899296e6484718638 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
|
| @@ -11,7 +11,7 @@ namespace blink {
|
|
|
| class CSSPathInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSPathInterpolationType(CSSPropertyID property)
|
| + CSSPathInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| { }
|
|
|
|
|