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