Jim Graham 3aafd537ae [DisplayList] track unbounded state on save layers and DisplayLists (flutter/engine#54032)
New flags on SaveLayerOptions will report if a saveLayer result is unbounded because a rendering operation within its contents did not have a definable bounds and there was no clip installed at the time (consider DrawPaint for example). A similar flag is found on DisplayList objects which reports if their top level had an unbounded operation.
2024-07-23 18:15:18 +00:00
..