Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e6a54b2615b179949433a101096aa2ebba31d4e3
      
https://github.com/WebKit/WebKit/commit/e6a54b2615b179949433a101096aa2ebba31d4e3
  Author: Antoine Quint <[email protected]>
  Date:   2025-11-20 (Thu, 20 Nov 2025)

  Changed paths:
    M Source/WebCore/animation/AnimationTimelinesController.cpp
    M Source/WebCore/animation/AnimationTimelinesController.h
    M Source/WebCore/platform/graphics/GraphicsLayer.h
    M Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp
    M Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h
    M 
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.cpp
    M 
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.h
    M Source/WebCore/testing/Internals.cpp

  Log Message:
  -----------
  [web-animations] use a dedicated struct instead of a tuple for 
`GraphicsLayer::acceleratedAnimationsForTesting()`
https://bugs.webkit.org/show_bug.cgi?id=302848

Reviewed by Anne van Kesteren.

In 303312@main we extended the return type of 
`GraphicsLayer::acceleratedAnimationsForTesting()` from a pair
to a tuple. It is best to use a dedicated struct for easier expansion in the 
future.

* Source/WebCore/animation/AnimationTimelinesController.cpp:
(WebCore::AnimationTimelinesController::acceleratedAnimationsForElement const):
* Source/WebCore/animation/AnimationTimelinesController.h:
* Source/WebCore/platform/graphics/GraphicsLayer.h:
(WebCore::GraphicsLayer::acceleratedAnimationsForTesting const):
* Source/WebCore/platform/graphics/ca/GraphicsLayerCA.cpp:
(WebCore::GraphicsLayerCA::ensureStructuralLayer):
* Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h:
* 
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.cpp:
(WebCore::GraphicsLayerCoordinated::acceleratedAnimationsForTesting const):
* 
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.h:
* Source/WebCore/testing/Internals.cpp:
(WebCore::Internals::acceleratedAnimationsForElement):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to