mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously there was a race condition when updating the size of the GLSurface. Now we explicitly update the size of the surface to match what we expect. Fixes #610