| Index: third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h
|
| index f0b2af394fcad1af311ce4d8b432520f0aa75d3a..a08270aa483a061d79855f8039deea80136b225a 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h
|
| @@ -35,7 +35,7 @@ class CSSBasicShapeInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
| };
|
|
|
|
|