mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
We still use a Gfx::ImageDecoder for GIF images, but there's no need for the ImageLoader object to have its own pointer to it. Just grab the ImageDecoder from the ImageResource when needed.