Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5ac2cec4ba7e54ce463e0dd3c2fe971845b93a42
https://github.com/WebKit/WebKit/commit/5ac2cec4ba7e54ce463e0dd3c2fe971845b93a42
Author: Adan Lopez <[email protected]>
Date: 2024-11-07 (Thu, 07 Nov 2024)
Changed paths:
A LayoutTests/animations/animation-composite-order-notimeline-expected.txt
A LayoutTests/animations/animation-composite-order-notimeline.html
M Source/WebCore/animation/AnimationTimeline.h
M Source/WebCore/animation/WebAnimation.cpp
Log Message:
-----------
RELEASE_ASSERT(a.globalPosition() != b.globalPosition()) is failing for
animations with no timeline
https://bugs.webkit.org/show_bug.cgi?id=282704
rdar://137178526
Reviewed by Antoine Quint.
Method updateGlobalPosition was moved from private to public static in
AnimationTimeline class so we can call it from WebAnimation's contructor for
those instances which have a nullprt for timeline, the global position of such
animations will still be updated (only if such animation's global position
hasn't been set and can have globalposition).
* Source/WebCore/animation/AnimationTimeline.h:
* Source/WebCore/animation/WebAnimation.cpp:
(WebCore::WebAnimation::create):
Canonical link: https://commits.webkit.org/286294@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes