mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
No change in behavior expected. We have 2 frames in flight as before. By switching to Present2 and specifying a kMaxFramesInFlight however, we allow us greater flexibility to change how Flutter schedules its frames. This change also adds tests for SessionConnection and VsyncRecorder.