| Index: third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| index eb78765927e6314800978f1ef7b4071c0170c3ac..115c123f1eeb1572f5e94330c3dcea34ee2cc0e7 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
|
| @@ -94,7 +94,7 @@ InterpolationValue CSSShadowListInterpolationType::maybeConvertInherit(
|
|
|
| InterpolationValue CSSShadowListInterpolationType::maybeConvertValue(
|
| const CSSValue& value,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const {
|
| if (value.isIdentifierValue() &&
|
| toCSSIdentifierValue(value).getValueID() == CSSValueNone)
|
|
|