| Index: third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| index e704b4c5263d40ad4ad928bd2cc71eafb3ce8607..dd852fb3d1d4e1065bc76156e5353ad585b3612d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
|
| @@ -35,7 +35,7 @@ public:
|
|
|
| void updateFont();
|
| bool isCombined() const { return m_isCombined; }
|
| - float combinedTextWidth(const Font& font) const { return font.fontDescription().computedSize(); }
|
| + float combinedTextWidth(const Font& font) const { return font.getFontDescription().computedSize(); }
|
| const Font& originalFont() const { return parent()->style()->font(); }
|
| void transformToInlineCoordinates(GraphicsContext&, const LayoutRect& boxRect, bool clip = false) const;
|
| LayoutUnit inlineWidthForLayout() const;
|
|
|