[FragmentItem] Remove |NodeForHitTest| from |NGPaintFragment|
It looks like we tried to copy the logic in |LayoutObject:: NodeForHitTest| to |NGPaintFragment|. As part of deprecating |NGPaintFragment|, this patch moves it to |NGPhysicalFragment|, using the existing logic in |LayoutObject|. In future, this logic might be moved to |Node| or something that represents the box tree. Until then, using the logic in |LayoutObject| looks most reasonable. Bug: 982194 Change-Id: Ib6b967dc616714eb2cb1a16585493d106c44c504 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937953Reviewed-by:Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#719562}
Showing
Please register or sign in to comment