Bug 302848
| Summary: | [web-animations] use a dedicated struct instead of a tuple for `GraphicsLayer::acceleratedAnimationsForTesting()` | ||
|---|---|---|---|
| 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
In 303312@main we extended the return type of `GraphicsLayer::acceleratedAnimationsForTesting()` from a pair to a tuple. It would probably be best to use a struct for easier expansion of the information contained in that type.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/54238
EWS
Committed 303326@main (e6a54b2615b1): <https://commits.webkit.org/303326@main>
Reviewed commits have been landed. Closing PR #54238 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/165127945>