[webkit-reviews] review granted: [Bug 122820] Tighten animation-driven restyle to operate on Element only. : [Attachment 214242] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 15 04:09:14 PDT 2013
Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 122820: Tighten animation-driven restyle to operate on Element only.
https://bugs.webkit.org/show_bug.cgi?id=122820
Attachment 214242: Patch
https://bugs.webkit.org/attachment.cgi?id=214242&action=review
------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=214242&action=review
> Source/WebCore/page/animation/AnimationControllerPrivate.h:73
> - void addNodeChangeToDispatch(PassRefPtr<Node>);
> + void addElementChangeToDispatch(Element*);
The function does take ownership so I think PassRefPtr argument would still be
appropriate.
More information about the webkit-reviews
mailing list