| Index: third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp
|
| index ecdc6e07e5e5959b4742b72aad41ebe4c6b13849..2ab229ba7567962db38130a676d48a57d9755c48 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp
|
| @@ -102,7 +102,7 @@ InterpolationValue CSSBasicShapeInterpolationType::maybeConvertInherit(
|
|
|
| InterpolationValue CSSBasicShapeInterpolationType::maybeConvertValue(
|
| const CSSValue& value,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const {
|
| if (!value.isBaseValueList())
|
| return BasicShapeInterpolationFunctions::maybeConvertCSSValue(value);
|
|
|