RESOLVED FIXED302848
[web-animations] use a dedicated struct instead of a tuple for `GraphicsLayer::acceleratedAnimationsForTesting()`
https://bugs.webkit.org/show_bug.cgi?id=302848
Summary [web-animations] use a dedicated struct instead of a tuple for `GraphicsLayer...
Antoine Quint
Reported 2025-11-20 00:52:41 PST
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
Antoine Quint
Comment 1 2025-11-20 00:54:09 PST
EWS
Comment 2 2025-11-20 05:55:39 PST
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
Comment 3 2025-11-20 05:56:12 PST
Note You need to log in before you can comment on or make changes to this bug.