[roll] Roll fuchsia [graphics] Use non-heap allocating fit::bind_member

It was recently discovered that fit::bind_member heap allocates.
This CL switches usages of fit::bind_member over to a new non-heap
allocating alternative implementation. In the future, the old heap
allocating fit::bind_member will be removed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/629568
Original-Revision: 5bfcc6153ccae68ab6beca501a46e22c62bc8f5c
GitOrigin-RevId: c49e77d39041f228d1f5402c796b40390d82f4c8
Change-Id: I2345fe9b07e7001bfd49529d02ddb9b6807aabf9
1 file changed
tree: cf2f2d8d806d4b4918c2cee759a351f628246cf7
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.