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