mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
LibGfx: Move a bunch of LogStream::operator<< to cpp files
This commit is contained in:
@@ -37,4 +37,10 @@ ImageDecoder::ImageDecoder(const u8* data, size_t size)
|
||||
ImageDecoder::~ImageDecoder()
|
||||
{
|
||||
}
|
||||
|
||||
RefPtr<Gfx::Bitmap> ImageDecoder::bitmap() const
|
||||
{
|
||||
return m_plugin->bitmap();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user