| Index: third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| index 4c3c92614521e92343a8149d470ad8fccaa977ef..e6c63687ea952b76a713c0c51c556d0d5f52287f 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| // A catch all for default for CSSValues.
|
| class CSSValueInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSValueInterpolationType(CSSPropertyID property)
|
| + CSSValueInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| { }
|
|
|
|
|