| Index: third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| index 3e1e1b088bbe5d55942312f91012dd2e528e3d07..426b9fb44f01a182e4a0d295326e9762651d780e 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthListInterpolationType.h
|
| @@ -16,7 +16,7 @@ class CSSLengthListInterpolationType : public CSSInterpolationType {
|
| CSSLengthListInterpolationType(PropertyHandle);
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| void composite(UnderlyingValueOwner&,
|
| double underlyingFraction,
|
| const InterpolationValue&,
|
|
|