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:
Aliaksandr Kalenik
2026-02-19 19:34:39 +01:00
committed by Alexander Kalenik
parent d9e04ec9e8
commit c7dc2ba0d3
Notes: github-actions[bot] 2026-02-20 17:42:38 +00:00
10 changed files with 3 additions and 47 deletions

View File

@@ -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>