| Index: third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h
|
| index 47a00742278b2eb86403d3fd967830f7cc92a84f..81850e858637b37385cc6fd27974750969d0b2aa 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.h
|
| @@ -32,7 +32,7 @@ class CSSSizeListInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
|
|
| PairwiseInterpolationValue maybeMergeSingles(
|
|
|