| Index: third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
|
| index 10588d725d288452ccca09c48622b06611a71484..388d58b5755d970b23cf0b508b8048de6654c8ca 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSFontSizeInterpolationType.cpp
|
| @@ -43,7 +43,7 @@ InterpolationValue maybeConvertKeyword(CSSValueID valueID, const StyleResolverSt
|
| {
|
| if (FontSize::isValidValueID(valueID)) {
|
| // TODO(alancutter): Be responsive to changes in isMonospace().
|
| - return convertFontSize(state.fontBuilder().fontSizeForKeyword(FontSize::keywordSize(valueID), state.style()->fontDescription().isMonospace()));
|
| + return convertFontSize(state.fontBuilder().fontSizeForKeyword(FontSize::keywordSize(valueID), state.style()->getFontDescription().isMonospace()));
|
| }
|
|
|
| if (valueID != CSSValueSmaller && valueID != CSSValueLarger)
|
|
|