mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The only scheduleAnimation() methods left are going through the layers of client interfaces. I'll rename and remove those next. This is working towards making requestAnimationFrame() not cause a full repaint and also making it more clear to callers that scheduling a frame causes a raster. R=abarth@chromium.org Review URL: https://codereview.chromium.org/875283003