Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite IsDescendant of to a ForEachRenderFrameHost
The code previously collected the descendants determining if they were a child of the current frame tree. It is far easier to iterate the frame tree and clear any that are remaining. BUG=1249202 Change-Id: I625b42ab286a56097b127278a9dcc43655c232f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3157414 Reviewed-by: Kevin McNee <[email protected]> Reviewed-by: Colin Blundell <[email protected]> Commit-Queue: Dave Tapuska <[email protected]> Cr-Commit-Position: refs/heads/main@{#921649}
- Loading branch information