[webkit-reviews] review granted: [Bug 197931] Clean up RenderLayerCompositor::computeCompositingRequirements() and traverseUnchangedSubtree() : [Attachment 370003] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 15 19:08:31 PDT 2019


zalan <zalan at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 197931: Clean up RenderLayerCompositor::computeCompositingRequirements()
and traverseUnchangedSubtree()
https://bugs.webkit.org/show_bug.cgi?id=197931

Attachment 370003: Patch

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




--- Comment #2 from zalan <zalan at apple.com> ---
Comment on attachment 370003
  --> https://bugs.webkit.org/attachment.cgi?id=370003
Patch

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

> Source/WebCore/rendering/RenderLayerCompositor.cpp:914
> +    auto layerWillComposite = [&]() {

auto layerWillComposite = [&]

> Source/WebCore/rendering/RenderLayerCompositor.cpp:926
> +    auto layerWillCompositePostDescendants = [&]() {

[&]


More information about the webkit-reviews mailing list