Remove RepaintLayoutRectsMap
Created attachment 425226 [details] Patch
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 { }; ?
https://trac.webkit.org/changeset/275641/webkit
<rdar://problem/76370395>