mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user