| Index: third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h
|
| index f91853c475359d8cabb6cebea63d1c33986efdb7..c1df7bfca17b55b5e14b4ba211714d21aff18e8c 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.h
|
| @@ -16,7 +16,7 @@ class CSSImageListInterpolationType : public CSSInterpolationType {
|
| : CSSInterpolationType(property) {}
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| void composite(UnderlyingValueOwner&,
|
| double underlyingFraction,
|
| const InterpolationValue&,
|
|
|