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