mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Impeller had been disabling a save layer bounds optimization under certain conditions that were meant to imply that the layer was unbounded. The DisplayList now includes a flag indicating exactly when the layer is unbounded so we will now use that flag instead of an assumed implication to check for this condition.