0
Files
src/content/renderer
Gyuyoung Kim 11aad0b604 Convert FrameMsg_SwapIn to Mojo
This CL migrates the legacy FrameMsg_SwapIn IPC message
to the new Mojo message in FrameNavigationControl interface.

In RenderFrameImpl class, the existing OnSwapIn() is renamed
to SwapIn() which implements the Mojo message, then SwapIn()
is renamed to SwapInInternal() to avoid duplicating the
implementation of the SwapIn of FrameNavigationControl
interface.

Bug: 1064342
Change-Id: If131fa3d91c73a7a71c609ca282ef437f16482a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2167737
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763840}
2020-04-29 16:00:26 +00:00
..
2019-08-23 17:44:59 +00:00
2020-01-21 19:51:25 +00:00