mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
To make the PR minimal, we currently only share the engine layer when `pushPhysicalShape` (for Fuchsia) or `pushOffset` (for `RepaintBoundary` and `Opacity`) are called. They should be sufficient for our short-term perf goal. In the future, we can incrementally share more engine layers with the framework. https://github.com/flutter/flutter/issues/21756