mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
These Dart_GetField calls show up on traces. This patch removes almost all of them from the Canvas interface. We still have a few in drawAltas and drawVertices, which will be removed in a later patch.