mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update Picture rasterization for toImage to accept a layer tree, optionally flattening on the raster thread if present. Update Deferred GPU image for toImageSync to accept a layer tree, flattening it the first time it creates an image, storing the resulting display list. This is also a performance fix for the zoom page transition, which currently does too much work on the UI thread on frame 1