mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
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:
parent
c4e935aa97
commit
c62cc915df
Notes:
sideshowbarker
2024-07-17 02:56:25 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: c62cc915df
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/294
18 changed files with 145 additions and 30 deletions
|
@ -24,6 +24,7 @@ class XMLDocumentBuilder;
|
|||
}
|
||||
|
||||
namespace Web::Painting {
|
||||
class BackingStore;
|
||||
class DisplayListRecorder;
|
||||
class SVGGradientPaintStyle;
|
||||
using PaintStyle = RefPtr<SVGGradientPaintStyle>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue