| Index: third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
|
| index 28aa366a26c19b5e5315c0bbcce9c5e7cae49bac..10ad4419742e2502fef9bea90da737435c51afb7 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthPairInterpolationType.h
|
| @@ -19,7 +19,7 @@ class CSSLengthPairInterpolationType : public CSSLengthListInterpolationType {
|
|
|
| private:
|
| InterpolationValue maybeConvertValue(const CSSValue& value,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final {
|
| const CSSValuePair& pair = toCSSValuePair(value);
|
| return ListInterpolationFunctions::createList(2, [&pair](size_t index) {
|
|
|