Make NGInlineCursor::MoveTo(const LayoutObject&) to work with rootless cursor
This patch changes |NGInlineCursor::MoveTo(const LayoutObject&)| to work with rootless cursor for both |NGPaintFragment| and |NGFragmentItem| before this patch it works only for |NGPaintFragment|. [1] http://crrev.com/c/1895258 Introduce NGInlineCursor:: MoveTo{Next,Previous}InlineLeaf{,IgnoringLineBreak}() Note: This is follow-up of the patch[1]. Bug: 982194 Change-Id: I87f868f23c51454b6b7fc94311a458bb46c88de7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896477 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#712873}
Showing
Please register or sign in to comment