| 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 5e5205b5a0e82ba58cdbac875e98b914255c1b45..c4863f5199a15e285dc1961854b34fed93a0ba87 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.h
|
| @@ -54,7 +54,7 @@ class CSSImageInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
|
|
| PairwiseInterpolationValue maybeMergeSingles(
|
|
|