WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
254298
Avoid unnecessary calls to updateGlobalPosition() in AnimationTimeline::animationTimingDidChange()
https://bugs.webkit.org/show_bug.cgi?id=254298
Summary
Avoid unnecessary calls to updateGlobalPosition() in AnimationTimeline::anima...
Chris Dumez
Reported
2023-03-22 16:50:29 PDT
Update AnimationTimeline::animationTimingDidChange() to only call updateGlobalPosition() for new animations. For pre-existing animations, it is safe to assume they already have a global position.
Attachments
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2023-03-22 16:52:01 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/11834
Chris Dumez
Comment 2
2023-03-22 19:31:52 PDT
Patch is incorrect.
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