[webkit-changes] [WebKit/WebKit] 3f9d3c: [web-animations] GraphicsLayerCA::isRunningTransfo...

Antoine Quint noreply at github.com
Fri Mar 3 11:54:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3f9d3ca5903baa289c1ff58556ab49f4a404a672
      https://github.com/WebKit/WebKit/commit/3f9d3ca5903baa289c1ff58556ab49f4a404a672
  Author: Antoine Quint <graouts at webkit.org>
  Date:   2023-03-03 (Fri, 03 Mar 2023)

  Changed paths:
    M Source/WebCore/platform/animation/AcceleratedEffect.cpp
    M Source/WebCore/platform/animation/AcceleratedEffect.h
    M Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp

  Log Message:
  -----------
  [web-animations] GraphicsLayerCA::isRunningTransformAnimation() needs to account for threaded animation resolution
https://bugs.webkit.org/show_bug.cgi?id=253318

Reviewed by Dean Jackson.

Use the accelerated effect stack to determine whether an accelerated effect for a graphics layer currently
target a transform-related property.

* Source/WebCore/platform/animation/AcceleratedEffect.cpp:
(WebCore::AcceleratedEffect::animatesTransformRelatedProperty const):
* Source/WebCore/platform/animation/AcceleratedEffect.h:
* Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:
(WebCore::GraphicsLayerCA::isRunningTransformAnimation const):

Canonical link: https://commits.webkit.org/261158@main




More information about the webkit-changes mailing list