ladybird/Userland
Aliaksandr Kalenik 74f6dce9e6 LibWeb: Use Gfx::Painter in CanvasRenderingContext2D::get_image_data()
...instead of directly mutating Gfx::Bitmap.

This change is preparation for using GPU-backend for canvas painting
where direct mutating of backing storage that bypasses painter is no
longer possible.
2024-09-21 08:59:00 +02:00
..
Libraries LibWeb: Use Gfx::Painter in CanvasRenderingContext2D::get_image_data() 2024-09-21 08:59:00 +02:00
Services LibWeb: Use proper enums in WorkerOptions dictionary 2024-09-20 22:41:24 +01:00
Utilities LibWebView+WebContent+headless-browser: Make the page info IPCs async 2024-09-19 18:07:17 +02:00