| Index: third_party/WebKit/Source/core/animation/CSSPositionInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSPositionInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPositionInterpolationType.h
|
| index 8c7bfa1ee5a74811dd9f326baa4bd74838344302..7cd95ea285346ca8817574cdbfba3522dd860478 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSPositionInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSPositionInterpolationType.h
|
| @@ -16,7 +16,7 @@ namespace blink {
|
|
|
| class CSSPositionInterpolationType : public CSSLengthListInterpolationType {
|
| public:
|
| - CSSPositionInterpolationType(CSSPropertyID property)
|
| + CSSPositionInterpolationType(PropertyHandle property)
|
| : CSSLengthListInterpolationType(property)
|
| { }
|
|
|
|
|