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