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