Files
ladybird/Libraries/LibWeb/CSS/StyleValues/CursorStyleValue.cpp
Aliaksandr Kalenik 789016841e LibWeb: Pass device_pixels_per_css_pixel into DisplayList constructor
Having a setter for `device_pixels_per_css_pixel` was confusing because
display lists are immutable, so it doesn't make sense to override this
value after the display list has been created.
2025-07-27 10:20:18 +02:00

5.5 KiB