[roll] Roll fuchsia [display][coordinator] Style fix for GET_DISPLAY_INFO functions.

The C++ style guide discourages such usage of macros. Instead we
should define the functions explicitly.

The C++ style guide prefers using return values over output
parameters. This change also modifies the function signatures of
GetSupportedPixelFormats and GetCursorInfo so that they returns
a zx::result with the value and possible error code.

Test: no-op. display-coordinator-unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/845277
Original-Revision: eb0f930292951a708493460af43d185f8408ba38
GitOrigin-RevId: 2e499632d8dc08ed0300fe3e16df5893c1da8378
Change-Id: I9ca90b821d1c25e954ab35eb4a0e271e253a7fbc
1 file changed
tree: 937a9b0a25bcf7b7ed2f86f7d9de85ffb56f1e0e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.