Everywhere: Pass backing store into Navigable::paint()

...instead of Gfx::Bitmap, which makes it possible to access and
directly paint into IOSurface on macOS.
This commit is contained in:
Aliaksandr Kalenik 2024-06-25 16:43:39 +02:00 committed by Alexander Kalenik
commit c62cc915df
Notes: sideshowbarker 2024-07-17 02:56:25 +09:00
18 changed files with 145 additions and 30 deletions

View file

@ -24,6 +24,7 @@ class XMLDocumentBuilder;
}
namespace Web::Painting {
class BackingStore;
class DisplayListRecorder;
class SVGGradientPaintStyle;
using PaintStyle = RefPtr<SVGGradientPaintStyle>;