| Index: third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
|
| index bec9804d48f4541abe603754e221d09ad5743ff1..0e15c56db45fd74d74d1def6c84d9bbb350bb544 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
|
| @@ -13,7 +13,7 @@ class StyleImage;
|
|
|
| class CSSImageInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSImageInterpolationType(CSSPropertyID property)
|
| + CSSImageInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| { }
|
|
|
|
|