mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
Instead of computing and caching the transform matrix and transform origin on PaintableBox during resolve_paint_properties(), compute them inline during assign_accumulated_visual_contexts() where they are actually consumed. This makes PaintableBox smaller by not wasting space for properties that are only consumed during AccumulatedVisualContext tree construction.