Make NGBoxFragmentPainter::PaintInlineItems() to support kGeneratedText
This patch makes |NGBoxFragmentPainter::PaintInlineItems()| to support |kGeneratedText|, e.g. ellispsis, soft hyphen, for preperation of migration of |NGFragmentItem|. This patch is follow-up of the patch[1] which constructs |kGeneratedText| type fragment. Before the patch[1], we construct |kText| fragment item even if it is generated text type in |NGPhysicalTextFragment|. [1] http://crrev.com/c/1905045 Make ComputeNGCaretPosition() not to get Bidi level for layout generated text Bug: 982194 Change-Id: I4e3eaedc7f22756923a4b9763e8c727a2dc531cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910987 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:Koji Ishii <kojii@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#715073}
Showing
Please register or sign in to comment