| 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 dc88f1a05f9ddacebe35dfcac13fb4a7c1e336db..f98e66e33b5cb88fe5536c20e0dda53940dc283f 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSPaintInterpolationType.h
|
| @@ -28,7 +28,7 @@ class CSSPaintInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
| };
|
|
|
|
|