mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When we pipelined the drawing commands we caused UpdateScene to be called before Preroll, which isn't allowed. Now we call Preroll, UpdateScene, and Paint separately.