[webkit-reviews] review granted: [Bug 218792] Support animations on more pseudo-elements : [Attachment 414049] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 13 09:15:19 PST 2020


Antti Koivisto <koivisto at iki.fi> has granted Antoine Quint
<graouts at apple.com>'s request for review:
Bug 218792: Support animations on more pseudo-elements
https://bugs.webkit.org/show_bug.cgi?id=218792

Attachment 414049: Patch

https://bugs.webkit.org/attachment.cgi?id=414049&action=review




--- Comment #16 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 414049
  --> https://bugs.webkit.org/attachment.cgi?id=414049
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=414049&action=review

> Source/WebCore/rendering/updating/RenderTreeUpdaterGeneratedContent.cpp:117
> +    auto* update = [&]() -> const Style::ElementUpdate* {

This can probably be just [&] {


More information about the webkit-reviews mailing list