Bug 302567
| Summary: | [web-animations] make `KeyframeEffectStack::hasMatchingEffect()` public and use it from `Styleable`. | ||
|---|---|---|---|
| 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 have a couple of places outside of `KeyframeEffectStack` where we iterate over effects to see if one is matching a given condition. The `KeyframeEffectStack` class has a `hasMatchingEffect()` method to do just that, and exposing it could simplify some external code, so let's make it public.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/53988
EWS
Committed 303072@main (38064a7e701c): <https://commits.webkit.org/303072@main>
Reviewed commits have been landed. Closing PR #53988 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/164793644>