Bug 300871
| Summary: | Rename `RemoteLayerTreeEventDispatcher::m_animationStacksLock` | ||
|---|---|---|---|
| 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 301615@main we added a new animation-related member to `RemoteLayerTreeEventDispatcher` to manage timelines and the lock that was previously only used for animation stacks was also being used to gate access to that new member. We should rename the lock to be more generic.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/162756685>
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/52458
EWS
Committed 301619@main (8f57700a5ef2): <https://commits.webkit.org/301619@main>
Reviewed commits have been landed. Closing PR #52458 and removing active labels.