Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove KeyframeList::addProperty()
https://bugs.webkit.org/show_bug.cgi?id=241805 Patch by Antoine Quint <graouts@apple.com> on 2022-06-21 Reviewed by Dean Jackson. This method is not needed since KeyframeList::insert() already adds the properties of the newly inserted keyframe to KeyframeList::m_properties. * Source/WebCore/animation/KeyframeEffect.cpp: (WebCore::KeyframeEffect::updateBlendingKeyframes): (WebCore::KeyframeEffect::computeCSSTransitionBlendingKeyframes): * Source/WebCore/rendering/style/KeyframeList.h: (WebCore::KeyframeList::addProperty): Deleted. Canonical link: https://commits.webkit.org/251728@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295723 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information