| Index: Source/core/css/resolver/FontBuilder.h
|
| diff --git a/Source/core/css/resolver/FontBuilder.h b/Source/core/css/resolver/FontBuilder.h
|
| index 51bf475c544d6c425d5efa1c1c97afdaed873972..e4a9cafac0c535946e2fcdaa6f9f0ccc4c9c697f 100644
|
| --- a/Source/core/css/resolver/FontBuilder.h
|
| +++ b/Source/core/css/resolver/FontBuilder.h
|
| @@ -62,8 +62,6 @@ public:
|
| void setFontSizeValue(CSSValue*, RenderStyle* parentStyle, const RenderStyle* rootElementStyle);
|
|
|
| void setWeight(FontWeight);
|
| - void setWeightBolder();
|
| - void setWeightLighter();
|
| void setStretch(FontStretch);
|
|
|
| void setFeatureSettingsNormal();
|
| @@ -98,6 +96,7 @@ public:
|
| static FontDescription::Kerning initialKerning() { return FontDescription::AutoKerning; }
|
| static FontSmoothingMode initialFontSmoothing() { return AutoSmoothing; }
|
| static FontStretch initialStretch() { return FontStretchNormal; }
|
| + static FontWeight initialWeight() { return FontWeightNormal; }
|
|
|
| friend class FontDescriptionChangeScope;
|
|
|
|
|