[roll] Roll fuchsia [tiles] Refactor FlatlandTilesSession into TilesSession

This change also:
* removes extraneous Flatland prefixes in internal structs
* calls flatland.clear() instead of flatland.release_transform() and
  flatland.release_view() when implementing Drop for TilesSession
* removes the TilesSession trait along with use of async_trait, since
  the only way to use TilesSession now is with Flatland.

Original-Bug: 133197
Original-Bug: 81740
Original-Bug: 133244
Test: fx set terminal.x64 --release; fx build; ffx emu start
Multiply: py_flatland_benchmark
Multiply: flatland_benchmark_tests
Multiply: host_x64/obj/src/tests/end_to_end/perf/py_flatland_benchmark.sh

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/916133
Original-Revision: 4697c0b2cc23b96b1177b541a0aa54b9ea210f64
GitOrigin-RevId: 7265467d8242637645c27b70212bdfe1ff7904c1
Change-Id: Idb1d8a5da6d2dd4ab5731b756f3f6f4178d97c0e
1 file changed
tree: faa3a6f7fec5e2cafa902f7734e35241ae536d5e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.