mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
LibGfx/QOI: Decode the header in create()
and remove initialize()
This is done as a part of #19893.
This commit is contained in:
parent
5fd1ee0365
commit
b14d51ba1b
Notes:
sideshowbarker
2024-07-17 00:47:29 +09:00
Author: https://github.com/LucasChollet
Commit: b14d51ba1b
Pull-request: https://github.com/SerenityOS/serenity/pull/20011
2 changed files with 5 additions and 27 deletions
|
@ -45,7 +45,6 @@ public:
|
|||
|
||||
virtual IntSize size() override;
|
||||
|
||||
virtual ErrorOr<void> initialize() override;
|
||||
virtual bool is_animated() override { return false; }
|
||||
virtual size_t loop_count() override { return 0; }
|
||||
virtual size_t frame_count() override { return 1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue