RESOLVED FIXED 284256
Avoid refcount churn for FillLayers without images
https://bugs.webkit.org/show_bug.cgi?id=284256
Summary Avoid refcount churn for FillLayers without images
Matt Woodrow
Reported 2024-12-08 17:34:14 PST
The background layers and mask layers property on RenderStyle always has at least one FillLayer, even without an image. updateFillImages increments and then decrements the refcount of these for every element with a changed style in RenderElement::styleDidChange.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-12-08 17:34:23 PST
Matt Woodrow
Comment 2 2024-12-08 17:36:56 PST
EWS
Comment 3 2024-12-09 16:56:32 PST
Committed 287581@main (9eca15d5df1c): <https://commits.webkit.org/287581@main> Reviewed commits have been landed. Closing PR #37609 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.