[roll] Roll fuchsia [display][coordinator] Move "WireSendEvent" to dedicated methods in
Client.

Previously, both Client and ClientProxy had direct access to the
server binding of the FIDL Coordinator protocol to send events.
This change adds dedicated methods "NotifyVsync",
"NotifyDisplayChanges" and "NotifyOwnershipChange" to display::Client.
Client and ClientProxy now must use this to emit events to clients.

This makes it easier for the coordinator `Client` class to handle
incoming events from the `CoordinatorListener` protocol.

Test: refactor only. no-op.
Test: display-coordinator-unittest
Original-Bug: 355334166
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1093373
Original-Revision: 8b70d3d8d995ae0c4147eacefe137c6a51785264
GitOrigin-RevId: d14f5e02597006e6bf00b04ba7fe2a82a6487f19
Change-Id: Ia75a4e980cd99a4271a3e0167f74ce9b0a07c00d
1 file changed
tree: c4152949aa629eaf85e27e24b5719937f4731404
  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.