mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27:46 +00:00
LibGfx/TinyVG: Decode the header in create()
and remove initialize()
This is done as a part of #19893.
This commit is contained in:
parent
dcb7c299bf
commit
35dcd16ea6
2 changed files with 4 additions and 21 deletions
|
@ -81,7 +81,6 @@ public:
|
|||
static ErrorOr<NonnullOwnPtr<ImageDecoderPlugin>> create(ReadonlyBytes);
|
||||
|
||||
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