| Index: third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp b/third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp
|
| index ab507c9d3c5456745dc5c7578dd7ed5387112e90..bc312476e70e240e4761c089b8cb641067d89c07 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/linux/FontPlatformDataLinux.cpp
|
| @@ -43,6 +43,7 @@ void FontPlatformData::setupPaint(SkPaint* paint, float deviceScaleFactor, const
|
| paint->setTypeface(m_typeface.get());
|
| paint->setFakeBoldText(m_syntheticBold);
|
| paint->setTextSkewX(m_syntheticItalic ? -SK_Scalar1 / 4 : 0);
|
| + paint->setLinearText(true);
|
| }
|
|
|
| } // namespace blink
|
|
|