RESOLVED FIXED313307
[GTK][WPE] Skia Compositor: Make *ForChildren transforms transient
https://bugs.webkit.org/show_bug.cgi?id=313307
Summary [GTK][WPE] Skia Compositor: Make *ForChildren transforms transient
Jani Hautakangas
Reported 2026-04-25 07:32:39 PDT
The combinedForChildren and futureCombinedForChildren matrices on SkiaCompositingLayer::m_transforms are only consumed by the parent's recursive call into each child within computeTransformsAndAnimations. No paint-time site reads them. Storing them in m_transforms causes confusion because both are actually transient.
Attachments
Jani Hautakangas
Comment 1 2026-04-25 07:36:59 PDT
EWS
Comment 2 2026-04-26 23:50:41 PDT
Committed 312066@main (9c4948413023): <https://commits.webkit.org/312066@main> Reviewed commits have been landed. Closing PR #63591 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.