commit | c25a0c05181c3717ae7249644a233699a85cb093 | [log] [tgz] |
---|---|---|
author | Caroline Liu <carolineliu@fuchsia.infra.roller.google.com> | Fri Sep 15 19:16:14 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 15 12:17:29 2023 -0700 |
tree | faa3a6f7fec5e2cafa902f7734e35241ae536d5e | |
parent | 8cde27e3eac30946e5c082494badebc2a3bbb4b5 [diff] |
[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
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 via the IRC channel #fuchsia
on Freenode.
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
.