mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibGfx: Move a bunch of LogStream::operator<< to cpp files
This commit is contained in:
parent
3866e0d4d4
commit
34b5ff7c29
Notes:
sideshowbarker
2024-07-19 09:19:46 +09:00
Author: https://github.com/awesomekling
Commit: 34b5ff7c29
12 changed files with 162 additions and 28 deletions
|
@ -37,4 +37,10 @@ ImageDecoder::ImageDecoder(const u8* data, size_t size)
|
|||
ImageDecoder::~ImageDecoder()
|
||||
{
|
||||
}
|
||||
|
||||
RefPtr<Gfx::Bitmap> ImageDecoder::bitmap() const
|
||||
{
|
||||
return m_plugin->bitmap();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue