[roll] Roll fuchsia [gfx] Clean up gfx scene manager to align w/ gfx root presenter & flatland

1. We remove the `add_view_to_scene` method - this is presently unused
   and not going to be implemented in Flatland
2. We add a panic if the client calls `set_root_view` more than once -
   this is currently not implemented correctly in gfx scene manager, so
   it's best to panic. (Fixing the implementation likely isn't worth it
   - this is currently not used by clients)

See the linked bug for more info!

Original-Fixed: 100977
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/691580
Original-Revision: accb6c25047feca29eccff2b1ae30daadf0fc222
GitOrigin-RevId: b13a2221209c361d74988e5b724c950ee0de0d42
Change-Id: I49d849874e6096c4f1722346b87d25d5c43f857c
1 file changed
tree: a4feafea1dd00d372eb4fd784662268ff47d529d
  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.