Bug 313307
| Summary: | [GTK][WPE] Skia Compositor: Make *ForChildren transforms transient | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jani Hautakangas <jani> |
| Component: | WPE WebKit | Assignee: | Jani Hautakangas <jani> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jani Hautakangas
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jani Hautakangas
Pull request: https://github.com/WebKit/WebKit/pull/63591
EWS
Committed 312066@main (9c4948413023): <https://commits.webkit.org/312066@main>
Reviewed commits have been landed. Closing PR #63591 and removing active labels.