| Index: Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
|
| diff --git a/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp b/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
|
| index 9838274488964630ab8c38855fd3b4a80f16b0af..c67e78579cadce2539a65c9568c52a361d3f6b45 100644
|
| --- a/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
|
| +++ b/Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp
|
| @@ -183,9 +183,8 @@ String FontPlatformData::description() const
|
| }
|
| #endif
|
|
|
| -void FontPlatformData::setupPaint(SkPaint* paint, GraphicsContext* context) const
|
| +void FontPlatformData::setupPaint(SkPaint* paint, GraphicsContext*) const
|
| {
|
| - UNUSED_PARAM(context);
|
| paint->setAntiAlias(m_style.useAntiAlias);
|
| paint->setHinting(static_cast<SkPaint::Hinting>(m_style.hintStyle));
|
| paint->setEmbeddedBitmapText(m_style.useBitmaps);
|
|
|