| Index: third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp
|
| index e5e1cca4e2fe65df5337e4fa12077da90a3694be..ed229913972adf6a22f288e0ce472b05eae69e0c 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp
|
| @@ -225,7 +225,7 @@ CSSBorderImageLengthBoxInterpolationType::maybeConvertInherit(
|
|
|
| InterpolationValue CSSBorderImageLengthBoxInterpolationType::maybeConvertValue(
|
| const CSSValue& value,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const {
|
| if (!value.isQuadValue())
|
| return nullptr;
|
|
|