Index: Source/core/rendering/line/BreakingContextInlineHeaders.h |
=================================================================== |
--- Source/core/rendering/line/BreakingContextInlineHeaders.h (revision 183159) |
+++ Source/core/rendering/line/BreakingContextInlineHeaders.h (working copy) |
@@ -521,6 +521,7 @@ |
TextRun run = constructTextRun(text, font, text, from, len, text->style()); |
run.setCharacterScanForCodePath(!text->canUseSimpleFontCodePath()); |
+ run.setUseComplexCodePath(!text->canUseSimpleFontCodePath()); |
run.setTabSize(!collapseWhiteSpace, text->style()->tabSize()); |
run.setXPos(xPos); |
return font.width(run, fallbackFonts, &glyphOverflow); |