| Index: third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h
|
| index 64dd993de12780b33ad818a6877dddf42f796338..e616975f79f2c6a7ffdec51ae97c4a3c0da345ee 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.h
|
| @@ -11,7 +11,7 @@ namespace blink {
|
|
|
| class CSSFilterListInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSFilterListInterpolationType(CSSPropertyID property)
|
| + CSSFilterListInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| { }
|
|
|
|
|