Index: Source/platform/fonts/Font.cpp |
diff --git a/Source/platform/fonts/Font.cpp b/Source/platform/fonts/Font.cpp |
index 6131fb8db99034c5646e5442e974072b97daeee9..8e555afdd4ec200c1531113264a6aebe43f43ecd 100644 |
--- a/Source/platform/fonts/Font.cpp |
+++ b/Source/platform/fonts/Font.cpp |
@@ -662,7 +662,7 @@ float Font::drawSimpleText(GraphicsContext* context, const TextRunPaintInfo& run |
if (!context->strokeGradient() && !context->strokePattern() && !context->fillGradient() && !context->fillPattern()) { |
FloatRect blobBounds = runInfo.bounds; |
blobBounds.moveBy(-point); |
- textBlob = buildTextBlob(glyphBuffer, initialAdvance, blobBounds, advance); |
+ textBlob = buildTextBlob(glyphBuffer, initialAdvance, blobBounds, advance, context->couldUseLCDRenderedText()); |
} |
} |