| Index: Source/core/layout/style/LayoutStyle.h
|
| diff --git a/Source/core/layout/style/LayoutStyle.h b/Source/core/layout/style/LayoutStyle.h
|
| index db0fece8596e184381a7f0dcefb5a86f1e3ce762..fc1680f90ae4febfe274c2319e11a4d6ed2b0eec 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;
|
|
|
|
|