| 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 dadc68776113c0c6f4438fec24ec11c7fe74426b..6c53643b4618727911b3079882d4835432ff59bb 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.h
|
| @@ -33,7 +33,7 @@ class CSSPathInterpolationType : public CSSInterpolationType {
|
| const StyleResolverState*,
|
| ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| PairwiseInterpolationValue maybeMergeSingles(
|
| InterpolationValue&& start,
|
| InterpolationValue&& end) const final;
|
|
|