| Index: third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| index 3e4a465e1ce74d8f87604df991685bab97c09496..a1fe2f7b72c52b393ba5d529741e0c28f601f8e9 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h
|
| @@ -42,7 +42,7 @@ class CSSValueInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue& value,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
|
|
| void composite(UnderlyingValueOwner& underlyingValueOwner,
|
|
|