[FragmentItem] Remove |NGFragmentItem::ItemsFor|
This function was added to be the same interface as |NGPaintFragment::InlineFragmentsFor|, but as |NGInlineCursor| evoles, it has the same functionality though |MoveTo(const LayoutObject&)| and |MoveToNextForSameLayoutObject()|. Now we prefer |NGInlineCurosr| for all traversals that this patch removes |ItemsFor()| function and switch all usages to |NGInlineCusror|. Bug: 982194 Change-Id: Ia9dfd4f608d8cfc2c5f6ccc5b40b1e1dda0876f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022445Reviewed-by:Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#735349}
Showing
Please register or sign in to comment