| Index: third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
|
| index d6ecce4437086e283f1c494c256e937b9ca73ea1..dadc68776113c0c6f4438fec24ec11c7fe74426b 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
|
| @@ -30,7 +30,7 @@ class CSSPathInterpolationType : public CSSInterpolationType {
|
| InterpolationValue maybeConvertInherit(const StyleResolverState&,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertValue(const CSSValue&,
|
| - const StyleResolverState&,
|
| + const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| const StyleResolverState&) const final;
|
|
|