mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibGfx/ICO: Decode the header in create()
and remove initialize()
This is done as a part of #19893.
This commit is contained in:
parent
a8587fe54e
commit
38dd4168be
Notes:
sideshowbarker
2024-07-17 18:23:22 +09:00
Author: https://github.com/LucasChollet
Commit: 38dd4168be
Pull-request: https://github.com/SerenityOS/serenity/pull/20074
3 changed files with 5 additions and 31 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