• creis's avatar
    Allow out-of-process iframes to paint in --site-per-process. · 67c253e7
    creis authored
    This is a quick hack to make the initializeChildFrame message go through
    RenderFrameProxy rather than RenderFrameImpl, since the RenderFrameHost
    is deleted before it can receive the message.
    
    We can clean up the hack by moving initializeChildFrame to
    WebRemoteFrameClient and removing WebFrame::setIsRemote.
    
    BUG=416102,407160
    TEST=Simple OOPIF paints in --site-per-process.
    
    Review URL: https://codereview.chromium.org/591503003
    
    Cr-Commit-Position: refs/heads/master@{#295813}
    67c253e7
render_frame_impl.cc 150 KB