[roll] Roll fuchsia [scenic][flatland] Make DisplayCompositor::AddDisplay() async

This allows us to make other parts of the code base async, that first
need AddDisplay() and AllocateDisplayRenderTargets() to be async.

Specifically, this is a precursor to being able to make more of the
Sysmem interactions async. Specifically, when ImportBufferCollection()
is made async, AllocateDisplayRenderTargets() then needs to be made
async too.

Original-Bug: 488038340
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1560054
Original-Revision: 96d6e26b7e994282a10496707641b0b97feb8a1c
GitOrigin-RevId: 2db90ee24edd45b9e2169500a4b02dbaa47a75d3
Change-Id: Ie465787702cfaf9e3fc579387218519345c3b074
1 file changed
tree: 26bd374ac23992913b08f95541309626214f40b9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.