Bug 313307

Summary: [GTK][WPE] Skia Compositor: Make *ForChildren transforms transient
Product: WebKit Reporter: Jani Hautakangas <jani>
Component: WPE WebKitAssignee: Jani Hautakangas <jani>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.