[webkit-reviews] review granted: [Bug 235211] Don't call invalidateRectsForAllMarkers() for every layer in the updateLayerPositions() traversal : [Attachment 449126] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 13 19:28:14 PST 2022
zalan <zalan at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 235211: Don't call invalidateRectsForAllMarkers() for every layer in the
updateLayerPositions() traversal
https://bugs.webkit.org/show_bug.cgi?id=235211
Attachment 449126: Patch
https://bugs.webkit.org/attachment.cgi?id=449126&action=review
--- Comment #3 from zalan <zalan at apple.com> ---
Comment on attachment 449126
--> https://bugs.webkit.org/attachment.cgi?id=449126
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=449126&action=review
> Source/WebCore/rendering/RenderLayer.cpp:937
> + willUpdateLayerPositions();
> + recursiveUpdateLayerPositions(nullptr,
flagsForUpdateLayerPositions(*this));
I don't think I could come up with better names, but these 2 lines will surely
confuse me in the future.
More information about the webkit-reviews
mailing list