Make NGInlineNode::ShapeText() not to reuse ShapeResult for letter-spacing
This patch changes |NGInlineNode::ShapeText()| not to reuse |ShapeResult| for text with CSS property "letter-spacing" because we modify |ShapeResult| directly to apply letter spacing. Thus, letter- spacing is applied more than once on reused portion of |ShapeResult|. Bug: 1124446 Change-Id: I8f0f45f613c872649e46fe96e031e9532a05bbe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390927 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#804147}
Showing
Please register or sign in to comment