mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Display list now stores impeller::Point objects, so have the PointFieldGeometry reference these points directly. As the dispatching/recording is immediate, there is no need to copy to secondary storage.