| Index: third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| index c99029fcee5abd9cf159a50f408eca4df7d58c5d..1d4efe42de72aacd86f060dc4f8dcf2727752539 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.cpp
|
| @@ -105,7 +105,7 @@ InterpolationValue CSSLengthListInterpolationType::maybeConvertInherit(
|
|
|
| InterpolationValue CSSLengthListInterpolationType::maybeConvertValue(
|
| const CSSValue& value,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const {
|
| if (!value.isBaseValueList())
|
| return nullptr;
|
|
|