[roll] Roll fuchsia [fidl] Fix DisplayControllerImpl::CheckConfiguration return type.

This CL helps clarify both the return type of
DisplayControllerImpl::CheckConfiguration() and the use of the
ConfigDisplay -> ConfigCheckResult enum.

This CL also renames the ConfigDisplay enum to ConfigCheckResult,
because the old name is confusingly similar to the DisplayConfig struct
name.

Test: fx build (all clients are in-tree)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/702986
Original-Revision: 682e1c3777141b5d46239c81910ae2e42eca1351
GitOrigin-RevId: 942cc13568c35c637f72e969742c4e792ec507b1
Change-Id: I4c60419d48c13ada068792765e9ca907a381f3b8
1 file changed
tree: e48dc44e64974a82a2a8c84e6e119595d89081c0
  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.