mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Previously this was comparing a float overlay rectangle size with an integer cache bitmap size. This could result in mismatches if the overlay width is not an integer.