[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.