[roll] Roll fuchsia [display][fidl] Store config stamps as in-line values.

Previously, the config stamp in OnDisplayVsync() event was passed
in a FIDL `box`, which is a reference to an out-of-line object.
This added unnecessary complexity to the display coordinator and
engine drivers.

This change removes the `box` from the config stamp field. It's now
stored as an in-line value.

Test: no-op.
Original-Bug: 341156315
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1170274
Original-Revision: cca458d53ed0a4183ab50807ea534fcf79d5b907
GitOrigin-RevId: ca5378cd95b7850a6070a9fca7ebb286f0fd2c1a
Change-Id: I6860b8fbae4d881a3260e6f426ba27ceaf92c9f0
1 file changed
tree: 0367919d70141e176c3352d2a4d01c9fc250256b
  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.