| 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 a08270aa483a061d79855f8039deea80136b225a..934daa7ab79e8c492856b2f72ebad366f9a0ef15 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.h
|
| @@ -15,7 +15,7 @@ class CSSBasicShapeInterpolationType : public CSSInterpolationType {
|
| : CSSInterpolationType(property) {}
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| PairwiseInterpolationValue maybeMergeSingles(
|
| InterpolationValue&& start,
|
| InterpolationValue&& end) const final;
|
|
|