Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b6d8303933b5a0ff44ecf52f0ce6120429725f1c
https://github.com/WebKit/WebKit/commit/b6d8303933b5a0ff44ecf52f0ce6120429725f1c
Author: Ahmad Saleem <[email protected]>
Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths:
M Source/WebCore/svg/animation/SVGSMILElement.cpp
Log Message:
-----------
Optimize SVGSMILElement::addInstanceTime
https://bugs.webkit.org/show_bug.cgi?id=276862
Reviewed by Darin Adler.
Merge:
https://github.com/chromium/chromium/commit/a3c9a66d306935f8b0dd9f49d7516aaf1be5955d
Find the proper spot to insert the new instance time at directly and
insert it there rather than adding it to the end and std::sort'ing.
Inline sortTimeList into the one remaining caller.
* Source/WebCore/svg/animation/SVGSMILElement.cpp:
(WebCore::SVGSMILElement::parseBeginOrEnd):
(WebCore::insertSorted):
(WebCore::SVGSMILElement::addInstanceTime):
(WebCore::sortTimeList): Deleted.
Canonical link: https://commits.webkit.org/281237@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