mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously we would hold the layer tree until the we returned from Dart. Now we send the layer tree to the rasterizer thread immediately. Fixes #212