| Index: Source/platform/fonts/FontDescription.h
|
| diff --git a/Source/platform/fonts/FontDescription.h b/Source/platform/fonts/FontDescription.h
|
| index 1891ee93978b4255d0847f35ec2be34e59bff761..0836b926346b2ff6737316a994155ead8c5e8826 100644
|
| --- a/Source/platform/fonts/FontDescription.h
|
| +++ b/Source/platform/fonts/FontDescription.h
|
| @@ -162,7 +162,7 @@ public:
|
| FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); }
|
| TextRenderingMode textRendering() const { return static_cast<TextRenderingMode>(m_textRendering); }
|
| UScriptCode script() const { return static_cast<UScriptCode>(m_script); }
|
| - const AtomicString& locale() const;
|
| + const AtomicString& locale(bool includeDefault = true) const;
|
| bool isSyntheticBold() const { return m_syntheticBold; }
|
| bool isSyntheticItalic() const { return m_syntheticItalic; }
|
| bool useSubpixelPositioning() const { return m_subpixelTextPosition; }
|
|
|