| Index: third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| index 8fc7ec45d83009aac9a29425de2838d83edccdfb..419980ad55b9fa44ab561e579e8e28d38bbfc3e1 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| @@ -17,7 +17,7 @@ class CSSClipInterpolationType : public CSSInterpolationType {
|
| }
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| PairwiseInterpolationValue maybeMergeSingles(
|
| InterpolationValue&& start,
|
| InterpolationValue&& end) const final;
|
|
|