[LayoutNG] Don't hit test LayoutInline with missed layout
We currently have some cases where certain LayoutObjects remain dirty after layout update, which causes security bugs if we continue to visit its subtree or fragment tree. This patch adds a CHECK to make it crash safely when hit testing such a LayoutInline. We should fix the root cause later. Bug: 965976 Change-Id: I1de8faf6d76caa43bddf93ddabc20653c1f2803d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626349 Auto-Submit: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:Emil A Eklund <eae@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#662450}
Showing
Please register or sign in to comment