mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-29 05:38:24 +00:00
LibGfx/WebP: Decode the first chunk in create()
And remove `initialize()`. This is done as a part of #19893.
This commit is contained in:
parent
ed67acb16d
commit
4adef05e6d
Notes:
sideshowbarker
2024-07-17 03:03:15 +09:00
Author: https://github.com/LucasChollet
Commit: 4adef05e6d
Pull-request: https://github.com/SerenityOS/serenity/pull/20030
Reviewed-by: https://github.com/nico ✅
2 changed files with 5 additions and 30 deletions
|
@ -21,7 +21,6 @@ public:
|
|||
|
||||
virtual IntSize size() override;
|
||||
|
||||
virtual ErrorOr<void> initialize() override;
|
||||
virtual bool is_animated() override;
|
||||
virtual size_t loop_count() override;
|
||||
virtual size_t frame_count() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue