mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
To encourage proper support for multi-frame images throughout the system, get rid of the single-frame convenience bitmap() API.
This commit is contained in:
parent
750f1d580a
commit
2b866e3c9b
Notes:
sideshowbarker
2024-07-18 01:00:41 +09:00
Author: https://github.com/awesomekling
Commit: 2b866e3c9b
22 changed files with 105 additions and 155 deletions
|
@ -18,7 +18,6 @@ public:
|
|||
virtual ~PPMImageDecoderPlugin() override;
|
||||
|
||||
virtual IntSize size() override;
|
||||
virtual RefPtr<Gfx::Bitmap> bitmap() override;
|
||||
|
||||
virtual void set_volatile() override;
|
||||
[[nodiscard]] virtual bool set_nonvolatile(bool& was_purged) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue