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

@@ -5,6 +5,7 @@
*/
#include <LibCore/EventLoop.h>
#include <LibGfx/PaintingSurface.h>
#include <LibThreading/Thread.h>
#include <LibWeb/HTML/RenderingThread.h>
#include <LibWeb/HTML/TraversableNavigable.h>