| Index: third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| index 5fb2e8c354f986dcceeccf75a6a9d95c23b9ed18..3e1e1b088bbe5d55942312f91012dd2e528e3d07 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| @@ -33,7 +33,7 @@ class CSSLengthListInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| virtual InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const;
|
|
|
| PairwiseInterpolationValue maybeMergeSingles(
|
|
|