| Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| index 37311c6aacf52d319aca662c4677371bbda0e629..81b999702a28e4eb44ba0638e9d88326d085ced3 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| @@ -85,7 +85,7 @@ InterpolationValue CSSLengthInterpolationType::maybeConvertInherit(
|
|
|
| InterpolationValue CSSLengthInterpolationType::maybeConvertValue(
|
| const CSSValue& value,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers& conversionCheckers) const {
|
| if (value.isIdentifierValue()) {
|
| CSSValueID valueID = toCSSIdentifierValue(value).getValueID();
|
|
|