| Index: third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp b/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| index 903060cce0922e849330d2d9f8086eb3ab09fbc3..f11ede8c8d489b86f9c1a62eb6f519bf85fdccb1 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp
|
| @@ -48,7 +48,7 @@ void FontPlatformData::setupPaint(SkPaint* paint, float, const Font*) const
|
| {
|
| const float ts = m_textSize >= 0 ? m_textSize : 12;
|
| paint->setTextSize(SkFloatToScalar(m_textSize));
|
| - paint->setTypeface(toSkSp(m_typeface));
|
| + paint->setTypeface(m_typeface);
|
| paint->setFakeBoldText(m_syntheticBold);
|
| paint->setTextSkewX(m_syntheticItalic ? -SK_Scalar1 / 4 : 0);
|
|
|
|
|