| Index: Source/core/layout/style/LayoutStyle.h
|
| diff --git a/Source/core/layout/style/LayoutStyle.h b/Source/core/layout/style/LayoutStyle.h
|
| index 2f8de3d4923e77cfb33913ab40f8c03ca2e61464..feca29461a7915f172c144ae80cbba5561c65aac 100644
|
| --- a/Source/core/layout/style/LayoutStyle.h
|
| +++ b/Source/core/layout/style/LayoutStyle.h
|
| @@ -549,6 +549,8 @@ public:
|
| float specifiedFontSize() const;
|
| float computedFontSize() const;
|
| int fontSize() const;
|
| + float fontSizeAdjust() const;
|
| + bool hasFontSizeAdjust() const;
|
| FontWeight fontWeight() const;
|
| FontStretch fontStretch() const;
|
|
|
|
|