mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +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: https://github.com/SerenityOS/serenity/commit/0c20f98c1c7 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 RefPtr<GraphicsBitmap> bitmap() override;
|
||||
virtual void set_volatile() override;
|
||||
[[nodiscard]] virtual bool set_nonvolatile() override;
|
||||
|
||||
private:
|
||||
OwnPtr<GIFLoadingContext> m_context;
|
||||
|
|
Loading…
Add table
Reference in a new issue