| Index: third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp
|
| index ef2dae40b623c3d1cd6d1d2388d72b0574b1b781..b1f81cfee29caa6717a4e82e40a1ff9afe91a2b2 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.cpp
|
| @@ -72,7 +72,7 @@ InterpolationValue CSSNumberInterpolationType::maybeConvertInherit(
|
|
|
| InterpolationValue CSSNumberInterpolationType::maybeConvertValue(
|
| const CSSValue& value,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const {
|
| if (!value.isPrimitiveValue() || !toCSSPrimitiveValue(value).isNumber())
|
| return nullptr;
|
|
|