[content] Clean up FrameTreeNode::parent.
Convert a few places which can use FrameTreeNode::parent to use RenderFrameHostImpl::GetParent instead. This is more robust given that GetParent() never changes, while the current RenderFrameHost in the parent FrameTreeNode might. R=arthursonzogni@chromium.org,creis@chromium.org,lfg@chromium.org CC=alexmos@chromium.org,bfcache-bugs@chromium.org BUG=1073269 Change-Id: I9b162f48825688f4b20c329721630d4c5cedb3e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161076Reviewed-by:Charlie Reis <creis@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#763314}
Showing
This diff is collapsed.
Please register or sign in to comment