Bug 287087
| Summary: | [web-animations] update effect stack membership when animation relevance changes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Antoine Quint
We currently update an effect's membership in the effect stack in various places. It would be cleaner to do it all in a single place to avoid logic errors. We already have the KeyframeEffect::animationRelevancyDidChange() method, we should use this as the single place where effect stack membership is updated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/40054
EWS
Committed 289928@main (e81cfc86cc3b): <https://commits.webkit.org/289928@main>
Reviewed commits have been landed. Closing PR #40054 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/144307037>