mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 12:18:56 +00:00
Revert "LibWeb: Never claim "rendering opportunity" for SVG-as-image documents"
This reverts commit 8aae50f4ee
.
This commit is contained in:
parent
34954f49b6
commit
df2cd33ccd
Notes:
sideshowbarker
2024-07-17 05:41:34 +09:00
Author: https://github.com/awesomekling
Commit: df2cd33ccd
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public:
|
||||||
virtual void request_file(FileRequest) override { }
|
virtual void request_file(FileRequest) override { }
|
||||||
virtual void paint(DevicePixelRect const&, Gfx::Bitmap&, Web::PaintOptions = {}) override { }
|
virtual void paint(DevicePixelRect const&, Gfx::Bitmap&, Web::PaintOptions = {}) override { }
|
||||||
virtual void schedule_repaint() override { }
|
virtual void schedule_repaint() override { }
|
||||||
virtual bool is_ready_to_paint() const override { return false; }
|
virtual bool is_ready_to_paint() const override { return true; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
explicit SVGPageClient(Page& host_page)
|
explicit SVGPageClient(Page& host_page)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue