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.
#24428 attempted to make surface resizing less expensive by using ANGLE's automatic resizing instead of manually destroying and then re-creating the surface. This caused
some issues:
1. Flutter's surface size synchronization logic broke: #24682
2. Resizing frameless windows caused the content to wiggle: flutter/flutter#76465
The second issue caused the automatic resizing change to be reverted. However, the first fix was not reverted resulting in an incorrect comment.
Relanding this resizing performance improvement is tracked by flutter/flutter#79427
0 commit comments