Jason Simmons ccb2f5758f Always use integers to hold the size of the performance overlay cache bitmap (flutter/engine#40071)
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.
2023-03-04 08:54:13 -08:00
..