| Index: Source/platform/fonts/mac/FontMac.cpp
|
| diff --git a/Source/platform/fonts/mac/FontMac.cpp b/Source/platform/fonts/mac/FontMac.cpp
|
| index 3668bb42d98acc3497ab79b6588057ef0fce932b..c6a933a3d78c51176e598186c180520c4f653497 100644
|
| --- a/Source/platform/fonts/mac/FontMac.cpp
|
| +++ b/Source/platform/fonts/mac/FontMac.cpp
|
| @@ -172,7 +172,8 @@ void Font::drawTextBlob(GraphicsContext*, const SkTextBlob*, const SkPoint&) con
|
| // FIXME: Add text blob support to FontMac.
|
| }
|
|
|
| -PassTextBlobPtr Font::buildTextBlob(const GlyphBuffer& glyphBuffer, float initialAdvance, const FloatRect& bounds, float& advance) const
|
| +PassTextBlobPtr Font::buildTextBlob(const GlyphBuffer& glyphBuffer, float initialAdvance,
|
| + const FloatRect& bounds, float& advance, bool couldUseLCD) const
|
| {
|
| // FIXME: Add text blob support to FontMac.
|
| return nullptr;
|
|
|