Bug 285662

Summary: [web-animations] only compute time offset as needed when applying accelerated actions
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: 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
Reported 2025-01-09 01:39:50 PST
We compute a time offset in `KeyframeEffect::applyPendingAcceleratedActions()` to pass down to the various RenderLayerBacking methods dealing with accelerated animations. However, we don't always end up using it, so it's best to only compute it as needed.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-01-09 01:40:01 PST
Antoine Quint
Comment 2 2025-01-09 01:41:56 PST
Note You need to log in before you can comment on or make changes to this bug.