mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Remove DrawPaintingSurface
No callers of draw_painting_surface remain after the previous commits migrated canvas, video, and SVG to use ExternalContentSource or ImmutableBitmap snapshots.
This commit is contained in:
committed by
Alexander Kalenik
parent
d9e04ec9e8
commit
c7dc2ba0d3
Notes:
github-actions[bot]
2026-02-20 17:42:38 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/c7dc2ba0d37 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8037
@@ -7,6 +7,7 @@
|
||||
#include "CursorStyleValue.h"
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGfx/Painter.h>
|
||||
#include <LibGfx/PaintingSurface.h>
|
||||
#include <LibWeb/CSS/Sizing.h>
|
||||
#include <LibWeb/CSS/StyleValues/AbstractImageStyleValue.h>
|
||||
#include <LibWeb/CSS/StyleValues/CalculatedStyleValue.h>
|
||||
|
||||
Reference in New Issue
Block a user