mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibGfx: Remove superfluous Gfx::
s from PaintingSurface
No functional changes.
This commit is contained in:
parent
7b3d4a9edb
commit
a4639b3d8e
Notes:
github-actions[bot]
2025-01-31 12:29:18 +00:00
Author: https://github.com/gmta
Commit: a4639b3d8e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3400
Reviewed-by: https://github.com/kalenikaliaksandr
2 changed files with 9 additions and 9 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
BottomLeft,
|
||||
};
|
||||
|
||||
static NonnullRefPtr<PaintingSurface> create_with_size(RefPtr<SkiaBackendContext> context, Gfx::IntSize size, Gfx::BitmapFormat color_type, Gfx::AlphaType alpha_type);
|
||||
static NonnullRefPtr<PaintingSurface> create_with_size(RefPtr<SkiaBackendContext> context, IntSize size, BitmapFormat color_type, AlphaType alpha_type);
|
||||
static NonnullRefPtr<PaintingSurface> wrap_bitmap(Bitmap&);
|
||||
|
||||
#ifdef AK_OS_MACOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue