[roll] Roll fuchsia [display][aml-canvas] Initialize root inspector from component context.

The aml-canvas driver was previously initializing a root inspector
without wiring it to the component's inspector sink. This caused the
inspect data for the driver to be missing from the component tree.

This change explicitly creates a `inspect::ComponentInspector` in
the driver's `Start()` using `context.CreateInspector(this, inspector_)`
and ensures it is called before `take_incoming()` so that the driver
can successfully publish its inspect hierarchy.

Original-Original-Bug: 519655241
Test: fx test aml-canvas-test
Test: On workbench_eng.vim3, run `ffx inspect show '*canvas*'`. The inspect data is correctly exposed.
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1638735
Original-Original-Revision: dbfb2bc43a53cef9687b67a90500c39ce22ab95c
GitOrigin-RevId: 91c7ad7a95ff2ecc45de18b318aec97e69b48202
Change-Id: I54be18a445c194779684e3a88027ef86864a46e8
1 file changed
tree: 176507e85d8bdb2073f02a78405a6b7377d2e90a
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.