mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Before this change, we always updated paint-only properties for every single paintable after layout or style changes. This could get very expensive in large documents, so this patch makes it something we can do partially based on "repaint" invalidations. This cuts down time spent in paint-only property update when scrolling https://imdb.com/ from 19% to 5%.