Roughly, I think RenderWidgetHostViewChildFrame should request a WindowTreeClient from the child renderer, and then pass the other end of the message pipe to the parent renderer. The parent should Embed the WindowTreeClient.
Renderers use RendererWindowTreeClient, instead of aura. We cannot use aura in the renderer because it is single threaded whereas the CompositorFrameSink in the renderer is used on a different thread.
Comment 1 by sky@chromium.org
, Aug 29 2017Owner: e...@chromium.org
Status: Assigned (was: Available)