Files
flutter/engine
Jonah Williams f29ce2aa7a [Impeller] Ensure known geometry has simple bounds computation. (flutter/engine#46623)
Computing the bounds of an RRect can be really slow if you don't actually know that it is an RRect, and shows up in the traces for flutter gallery on wembly. This change should be semantically equivalent and is only an optimization to avoid recomputing the same value we already know.
2023-10-06 20:49:08 +00:00
..