| Index: third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp
|
| index 61e288c59d546f4331d1e14b0a420f2b446efbd1..e00fedc18de431b05ded8a541e33c1ed8dd6f238 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp
|
| @@ -192,7 +192,7 @@ InterpolationValue CSSImageSliceInterpolationType::maybeConvertInherit(
|
|
|
| InterpolationValue CSSImageSliceInterpolationType::maybeConvertValue(
|
| const CSSValue& value,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const {
|
| if (!value.isBorderImageSliceValue())
|
| return nullptr;
|
|
|