RESOLVED FIXED224217
Remove RepaintLayoutRectsMap
https://bugs.webkit.org/show_bug.cgi?id=224217
Summary Remove RepaintLayoutRectsMap
Simon Fraser (smfr)
Reported 2021-04-05 17:18:29 PDT
Remove RepaintLayoutRectsMap
Attachments
Patch (20.33 KB, patch)
2021-04-05 17:25 PDT, Simon Fraser (smfr)
zalan: review+
Simon Fraser (smfr)
Comment 1 2021-04-05 17:25:01 PDT
alan
Comment 2 2021-04-05 20:34:13 PDT
Comment on attachment 425226 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425226&action=review great change. > Source/WebCore/rendering/ComplexLineLayout.cpp:1328 > + if (!layoutContext().needsFullRepaint() && m_flow.hasSelfPaintingLayer() && m_flow.layerRepaintRects()) { isn't m_flow.hasSelfPaintingLayer() redundant here (though maybe it provides some information about the type of content (backed by a layer) we are dealing here with). > Source/WebCore/rendering/RenderLayer.h:224 > + return WTF::nullopt; return { }; ?
Simon Fraser (smfr)
Comment 3 2021-04-07 16:07:25 PDT
Radar WebKit Bug Importer
Comment 4 2021-04-07 16:08:24 PDT
Note You need to log in before you can comment on or make changes to this bug.