[Webkit-unassigned] [Bug 245177] New: Refactor CSSTransition::create() to only take RenderStyle references

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 05:58:26 PDT 2022


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

            Bug ID: 245177
           Summary: Refactor CSSTransition::create() to only take
                    RenderStyle references
           Product: WebKit
           Version: WebKit Nightly Build
          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

Currently CSSTransition::create() takes a RenderStyle* for the oldStyle parameter, but it makes no sense since a transition necessarily operates on an underlying style. This should be a RenderStyle&.

-- 
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/20220914/baf68fd1/attachment.htm>


More information about the webkit-unassigned mailing list