| Index: Source/core/css/resolver/FontBuilder.h
|
| diff --git a/Source/core/css/resolver/FontBuilder.h b/Source/core/css/resolver/FontBuilder.h
|
| index 1486c01ab97cc9ce9d2566028f591a2d35eca8d2..33294d5c8e2a108a3f4349db548c98762e1b4dc7 100644
|
| --- a/Source/core/css/resolver/FontBuilder.h
|
| +++ b/Source/core/css/resolver/FontBuilder.h
|
| @@ -62,6 +62,7 @@ public:
|
| void setWeight(FontWeight);
|
| void setWeightBolder();
|
| void setWeightLighter();
|
| + void setStretch(FontStretch);
|
|
|
| void setFontVariantLigaturesInitial();
|
| void setFontVariantLigaturesInherit(const FontDescription&);
|
|
|