Bug 268717
| Summary: | [threaded-animation-resolution] ensure we stop animation-related tasks when an animated node is removed | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Antoine Quint <graouts> |
| Component: | Animations | Assignee: | Antoine Quint <graouts> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dino, graouts, mattwoodrow, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 250970 | ||
Antoine Quint
It's possible a RemoteLayerTreeNode will be removed while it is registered with RemoteScrollingCoordinatorProxyIOS has an animated node in m_animatedNodeLayerIDs. We need to ensure than when a node is removed from the remote layer tree, any notion of it being animated is cleared.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/122278779>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/23834
EWS
Committed 274086@main (08bde5f5ce3b): <https://commits.webkit.org/274086@main>
Reviewed commits have been landed. Closing PR #23834 and removing active labels.