Make NGInlineNode::ShapeText() not to reuse partial ShapeResult with letter-spacing
This patch makes |NGInlineNode::ShapeText()| not to reuse partial |ShapeResult| with letter-spacing to avoid applying letter spacing multiple times. In the CL[1], we stop reusing full |ShapeResult| with letter spacing but we reuse partial |ShapeResult|, e.g. before/after replaced text. [1] http://crrev.com/c/2397105 Make NGInlineNode::ShapeText() not to reuse ShapeResult for letter-spacing Bug: 1124446, 1130611 Change-Id: I6132d0106038cb7d8ba8cf6ac02493e903804f5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423648 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#809788}
Showing
Please register or sign in to comment