Skip to content

Commit

Permalink
LibDraw: Override set_{non,}volatile in GIFLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs authored and awesomekling committed Feb 5, 2020
1 parent 519bc75 commit 0c20f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libraries/LibDraw/GIFLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class GIFImageDecoderPlugin final : public ImageDecoderPlugin {

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;
Expand Down

0 comments on commit 0c20f98

Please sign in to comment.