1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:17:34 +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:
Lucas CHOLLET 2023-07-14 18:33:14 -04:00 committed by Andreas Kling
parent ed67acb16d
commit 4adef05e6d
2 changed files with 5 additions and 30 deletions

View file

@ -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;