|
@@ -49,7 +49,7 @@ public:
|
|
|
virtual void request_file(FileRequest) override { }
|
|
|
virtual void paint(DevicePixelRect const&, Gfx::Bitmap&, Web::PaintOptions = {}) override { }
|
|
|
virtual void schedule_repaint() override { }
|
|
|
- virtual bool is_ready_to_paint() const override { return true; }
|
|
|
+ virtual bool is_ready_to_paint() const override { return false; }
|
|
|
|
|
|
private:
|
|
|
explicit SVGPageClient(Page& host_page)
|