summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp')
-rw-r--r--Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp b/Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp
index 9191d9df6..9401b0135 100644
--- a/Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp
+++ b/Source/WebCore/platform/graphics/harfbuzz/ComplexTextControllerHarfBuzz.cpp
@@ -80,11 +80,6 @@ ComplexTextController::ComplexTextController(const Font* font, const TextRun& ru
m_item.string = m_normalizedBuffer.get();
m_item.stringLength = m_normalizedBufferLength;
-#if OS(ANDROID)
- // Kerning does not currently work on Android.
- m_item.shaperFlags = HB_ShaperFlag_NoKerning;
-#endif
-
reset(startingX);
m_startingY = startingY;