WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
285662
[web-animations] only compute time offset as needed when applying accelerated actions
https://bugs.webkit.org/show_bug.cgi?id=285662
Summary
[web-animations] only compute time offset as needed when applying accelerated...
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-01-09 01:40:01 PST
<
rdar://problem/142604875
>
Antoine Quint
Comment 2
2025-01-09 01:41:56 PST
Pull request:
https://github.com/WebKit/WebKit/pull/38772
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug