| Index: Source/platform/fonts/skia/SimpleFontDataSkia.cpp
|
| diff --git a/Source/platform/fonts/skia/SimpleFontDataSkia.cpp b/Source/platform/fonts/skia/SimpleFontDataSkia.cpp
|
| index 321fd69686e3a5653b6fde46bf49c6b66506e2cd..f6e955895c722728799323d8e11b2d8e15e3fff9 100644
|
| --- a/Source/platform/fonts/skia/SimpleFontDataSkia.cpp
|
| +++ b/Source/platform/fonts/skia/SimpleFontDataSkia.cpp
|
| @@ -259,7 +259,6 @@ float SimpleFontData::platformWidthForGlyph(Glyph glyph) const
|
| return SkScalarToFloat(width);
|
| }
|
|
|
| -#if USE(HARFBUZZ)
|
| bool SimpleFontData::canRenderCombiningCharacterSequence(const UChar* characters, size_t length) const
|
| {
|
| if (!m_combiningCharacterSequenceSupport)
|
| @@ -285,7 +284,6 @@ bool SimpleFontData::canRenderCombiningCharacterSequence(const UChar* characters
|
| }
|
| return false;
|
| }
|
| -#endif
|
|
|
| bool SimpleFontData::fillGlyphPage(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength) const
|
| {
|
|
|