Reduce temporal coupling of RenderWidgetHostImpl and RenderViewHostImpl init.
Prior work has already detangled a lot of RenderWidgetHostImpl and RenderViewHostImpl. Moving the registration of the RenderViewHostImpl with the RenderWidgetHostImpl as late as possible in the construction sequence further decouples the two classes. This is preparation for moving RWHI ownership to RenderFrameHost. Bug: 545684 Change-Id: I5a21a60d1eaeb77fe0270bc2506248162405fb37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808184Reviewed-by:Ken Buchanan <kenrb@chromium.org> Commit-Queue: Albert J. Wong <ajwong@chromium.org> Cr-Commit-Position: refs/heads/master@{#697085}
Showing
Please register or sign in to comment