| Index: third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h
|
| index 33c619babbfab4e2b204102b65c816afdd97ae7d..17c14154163fce4a1ef54c01c2f5f1d445a2edf4 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h
|
| @@ -12,7 +12,7 @@ namespace blink {
|
|
|
| class CSSImageListInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSImageListInterpolationType(CSSPropertyID property)
|
| + CSSImageListInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| { }
|
|
|
|
|