mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 06:40:05 +00:00
LibDraw: Override set_{non,}volatile in GIFLoader
This commit is contained in:
parent
519bc758f1
commit
0c20f98c1c
Notes:
sideshowbarker
2024-07-19 09:36:24 +09:00
Author: https://github.com/jcs
Commit: 0c20f98c1c
Pull-request: https://github.com/SerenityOS/serenity/pull/1177
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