• Wez's avatar
    [Fuchsia] Migrate Ozone Scenic platform off gfx::ExportTokens. · be6b0633
    Wez authored
    Content is typically rendered into a surface by the GPU process, and
    displayed into a window owned by the Browser process.
    
    In the Scenic Ozone platform this was implemented using import/export
    Nodes connecting the GPU & Browser.  Content rendered to a ScenicSurface
    by the GPU process is now exported for display by a ScenicWindow via a
    nested View.
    
    Bug: WEB-50
    Test: Manually verified that web content still renders. :D
    Change-Id: I3ba58c8fe509a2595ce0dd10e496701b0ebc2b71
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649181
    Commit-Queue: Wez <wez@chromium.org>
    Commit-Queue: Will Harris <wfh@chromium.org>
    Reviewed-by: default avatarWill Harris <wfh@chromium.org>
    Auto-Submit: Wez <wez@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#667338}
    be6b0633
scenic_gpu_host.h 2.93 KB