Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 28a936716e9be4a7083694dd1c4cd5f4db492593
https://github.com/WebKit/WebKit/commit/28a936716e9be4a7083694dd1c4cd5f4db492593
Author: Antoine Quint <[email protected]>
Date: 2025-11-15 (Sat, 15 Nov 2025)
Changed paths:
M Source/WebCore/animation/KeyframeEffect.cpp
M Source/WebCore/animation/KeyframeEffect.h
M Source/WebCore/animation/KeyframeEffectStack.cpp
M Source/WebCore/animation/KeyframeEffectStack.h
Log Message:
-----------
[web-animations] remove
`KeyframeEffectStack::hasEffectWithImplicitKeyframes()` and
`KeyframeEffect::hasImplicitKeyframes()`
https://bugs.webkit.org/show_bug.cgi?id=302552
Reviewed by Tim Nguyen.
`KeyframeEffectStack::hasEffectWithImplicitKeyframes()` does not have any call
site
and `KeyframeEffect::hasImplicitKeyframes()` is only called from that method.
They
can both be removed.
* Source/WebCore/animation/KeyframeEffect.cpp:
(WebCore::KeyframeEffect::hasImplicitKeyframes const): Deleted.
* Source/WebCore/animation/KeyframeEffect.h:
* Source/WebCore/animation/KeyframeEffectStack.cpp:
(WebCore::KeyframeEffectStack::hasEffectWithImplicitKeyframes const): Deleted.
* Source/WebCore/animation/KeyframeEffectStack.h:
Canonical link: https://commits.webkit.org/303069@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications