LibGfx: Provide an implementation for ImageDecoderPlugin::icc_data()

This commit is contained in:
Lucas CHOLLET 2023-10-28 18:18:14 -04:00 committed by Sam Atkins
commit e721c74598
Notes: sideshowbarker 2024-07-17 04:09:56 +09:00
15 changed files with 1 additions and 44 deletions

View file

@ -22,7 +22,6 @@ public:
virtual IntSize size() override;
virtual ErrorOr<ImageFrameDescriptor> frame(size_t index, Optional<IntSize> ideal_size = {}) override;
virtual ErrorOr<Optional<ReadonlyBytes>> icc_data() override;
private:
TGAImageDecoderPlugin(NonnullOwnPtr<TGALoadingContext>);