[Webkit-unassigned] [Bug 224012] New: Move AnimationTimeline methods related to Styleable to Styleable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 12:38:15 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224012

            Bug ID: 224012
           Summary: Move AnimationTimeline methods related to Styleable to
                    Styleable
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: dino at apple.com, graouts at apple.com

A number of public methods on AnimationTimeline make no use of any AnimationTimeline instance variables and instead call into Styleable:

    void elementWasRemoved(const Styleable&);
    void willChangeRendererForStyleable(const Styleable&);
    void cancelDeclarativeAnimationsForStyleable(const Styleable&);
    void animationWasAddedToStyleable(WebAnimation&, const Styleable&);
    void animationWasRemovedFromStyleable(WebAnimation&, const Styleable&);
    void removeDeclarativeAnimationFromListsForOwningElement(WebAnimation&, const Styleable&);
    void updateCSSAnimationsForStyleable(const Styleable&, const RenderStyle* currentStyle, const RenderStyle& afterChangeStyle, const RenderStyle* parentElementStyle);
    void updateCSSTransitionsForStyleable(const Styleable&, const RenderStyle& currentStyle, const RenderStyle& newStyle);

These should all be on Styleable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210331/0e42f03e/attachment.htm>


More information about the webkit-unassigned mailing list