Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 39c795e3ca1754e5e205d8c88357fe7349c4abf9
https://github.com/WebKit/WebKit/commit/39c795e3ca1754e5e205d8c88357fe7349c4abf9
Author: Antoine Quint <[email protected]>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M Source/WebCore/animation/CSSPropertyAnimation.cpp
M Source/WebCore/platform/graphics/filters/FilterOperations.cpp
M Source/WebCore/platform/graphics/filters/FilterOperations.h
Log Message:
-----------
[web-animations] make filter and backdrop-filter blending functions public
https://bugs.webkit.org/show_bug.cgi?id=250973
rdar://104526202
Reviewed by Dean Jackson.
To support the work towards running accelerated animations in a separate
thread, we must make
the filter and backdrop-filter blending code accessible outside of
CSSPropertyAnimation.cpp.
* Source/WebCore/animation/CSSPropertyAnimation.cpp:
(WebCore::blendFunc):
(WebCore::blendFilter):
(WebCore::blendFilterOperations): Deleted.
* Source/WebCore/platform/graphics/filters/FilterOperations.cpp:
(WebCore::FilterOperations::blend const):
* Source/WebCore/platform/graphics/filters/FilterOperations.h:
Canonical link: https://commits.webkit.org/259224@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes