[webkit-changes] [WebKit/WebKit] 39c795: [web-animations] make filter and backdrop-filter b...

Antoine Quint noreply at github.com
Mon Jan 23 11:03:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 39c795e3ca1754e5e205d8c88357fe7349c4abf9
      https://github.com/WebKit/WebKit/commit/39c795e3ca1754e5e205d8c88357fe7349c4abf9
  Author: Antoine Quint <graouts at apple.com>
  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




More information about the webkit-changes mailing list