You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Always use integers to hold the size of the performance overlay cache bitmap (#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.
0 commit comments