[roll] Roll fuchsia [display][coordinator] Disallow an invalid API usage flow.

We already avoid empty configurations by ensuring that
SetDisplayLayers() only succeeds when the list of layers assigned to a
display is non-empty.

This CL flags an API misuse case where ApplyConfig() is called without
any registered layers. Most likely, the client called ApplyConfig()
before calling CreateLayer(). This can also happen if the client called
DestroyLayer() for all created layers.

Original-Bug: 394413629
Test: fx test //src/graphics/display
Test: Booted workbench_eng.x64 using ffx emu start --engine qemu
Test: ffx target ssh display-tool squares
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1221167
Original-Revision: d973fcb7290a122680b44b41b4849a1ab4e6f7aa
GitOrigin-RevId: b20e2c966d332271ba9f334539a91bdb57c68359
Change-Id: I50328662e7a6836ba7ecaf95c27f54cb225b3d90
1 file changed
tree: f0ef4f364a1a66ff0e81353e50f8a11aa3098ed4
  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 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.