[roll] Roll fuchsia [test-ui-stack] Implement minimal graphical presenter in scene provider

The current implementation has some substantial limitations:

1. It ignores annotations.
2. It doesn't support ViewController or AnnotationController behavior;
   it will only hold the channels open, if handles are supplied.
3. It is incompatible with geometry observation. There's no way to
   return the client root view's ViewRef to the client, so the client
   can't easily identify its view in view tree snapshots. We have a
   proposal out to resolve this issue, but we likely won't land the fix
   for several weeks. In the interim, some use cases, e.g. chrome's
   frame_impl_browsertest, may not need geometry obervation, so it's worth
   offering GraphicalPresenter by itself.

Test: ran pointerinjector-config-test using GraphicalPresenter
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/709283
Original-Revision: 7132802fcc87c0b280f5f8accf3b3d7a1c61a35f
GitOrigin-RevId: 5dab4ba396e71d4fbc678d45b17b45fe4933a1dc
Change-Id: I18fc3b7643cdeb7c32e0b41c4258b2d36db14a62
1 file changed
tree: 2912d6fa9710a9f82e694667bb98ab3a743774e5
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.