mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 01:37:34 +00:00
LibDraw: Override set_{non,}volatile in GIFLoader
This commit is contained in:
parent
519bc758f1
commit
0c20f98c1c
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ public:
|
||||||
|
|
||||||
virtual Size size() override;
|
virtual Size size() override;
|
||||||
virtual RefPtr<GraphicsBitmap> bitmap() override;
|
virtual RefPtr<GraphicsBitmap> bitmap() override;
|
||||||
|
virtual void set_volatile() override;
|
||||||
|
[[nodiscard]] virtual bool set_nonvolatile() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
OwnPtr<GIFLoadingContext> m_context;
|
OwnPtr<GIFLoadingContext> m_context;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue