6e4ab692e71785ae94860e33fcae9ccd51975f45
https://github.com/flutter/engine/pull/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: https://github.com/flutter/engine/pull/24682 2. Resizing frameless windows caused the content to wiggle: https://github.com/flutter/flutter/issues/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 https://github.com/flutter/flutter/issues/79427
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%