| Index: third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h
|
| index b1814abe2adefcc11c8c70708a1a8b740aeecd2b..924c4c61850beee39bc3f69daa2d42c05a945471 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.h
|
| @@ -17,7 +17,7 @@ class CSSFontSizeInterpolationType : public CSSInterpolationType {
|
| }
|
|
|
| InterpolationValue maybeConvertStandardPropertyUnderlyingValue(
|
| - const StyleResolverState&) const final;
|
| + const ComputedStyle&) const final;
|
| void applyStandardPropertyValue(const InterpolableValue&,
|
| const NonInterpolableValue*,
|
| StyleResolverState&) const final;
|
|
|