[roll] Roll fuchsia [display][coordinator] Stop applying empty config on client teardown.

Client:TearDown() currently unconditionally calls ApplyConfig() at the
end of its cleanup. This applies an empty (zero-layer) display
configuration, because the cleanup empties the layer lists for the
pending configuration.

This logic is incorrect, and conflicts with the correct behavior
implemented in Client::SetOwnership().

The correct behavior when a client disconnects is to have the
Coordinator reapply the last configuration applied by the new display
owner. If there is no such configuration, or if the configuration no
longer passes the verification, the current configuration must remain
displayed.

Original-Bug: 394413629
Test: fx test //src/graphics/display
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1204347
Original-Revision: 59c53608582b8ae73312bd350c30f0a5292ff4e4
GitOrigin-RevId: 72f50243f44b553e0f49fe146939d4d3d647d0c1
Change-Id: Ie53be273cd118a089e8bdfe93370972b9792a5f2
1 file changed
tree: cdc2087213fa61815a977cfa128bd45c9bc7bf63
  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.