mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibDraw: Override set_{non,}volatile in GIFLoader
This commit is contained in:
committed by
Andreas Kling
parent
519bc758f1
commit
0c20f98c1c
@@ -41,6 +41,8 @@ public:
|
||||
|
||||
virtual Size size() override;
|
||||
virtual RefPtr<GraphicsBitmap> bitmap() override;
|
||||
virtual void set_volatile() override;
|
||||
[[nodiscard]] virtual bool set_nonvolatile() override;
|
||||
|
||||
private:
|
||||
OwnPtr<GIFLoadingContext> m_context;
|
||||
|
||||
Reference in New Issue
Block a user