[roll] Roll fuchsia [scenic][flatland] Migrate display compositor API calls to use
new C++ bindings.

This migrates all the display compositor FIDL API calls to use
new C++ bindings; all API calls now use fidl::Call() on a
fidl::UnownedClientEnd instance created from the HLCPP client.

This change also adds error handling logics (log-only on image/event
release, FX_DCHECK on other function calls) to unhandled one-way
FIDL call results.

Test: //src/ui/scenic
Original-Bug: 42156059
Original-Fixed: 357715688
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/989596
Original-Revision: 50b20aacd5f7cd96a415483916814e5d40e98588
GitOrigin-RevId: 665887bf272e382c90e562370381904db1bceb9c
Change-Id: Iadeeba9e6aca82a709200b34e06426df14f73578
1 file changed
tree: 53e3053d6273a09c702f8e7359118c3cc1de507f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.