| Index: third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| index abb906b4c601b637b1d65bf5e02810cb20aedf61..1fc7333588342b2b601df508a5e0db79f2139bfa 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSNumberInterpolationType.h
|
| @@ -15,7 +15,7 @@ class CSSNumberInterpolationType : public CSSInterpolationType {
|
| : CSSInterpolationType(property) {}
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| void applyStandardPropertyValue(const InterpolableValue&,
|
| const NonInterpolableValue*,
|
| StyleResolverState&) const final;
|
|
|