mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-09 02:21:53 +00:00
LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_data
This commit is contained in:
parent
61f2704d58
commit
adb1870628
Notes:
sideshowbarker
2024-07-19 10:53:03 +09:00
Author: https://github.com/awesomekling
Commit: adb1870628
2 changed files with 3 additions and 3 deletions
|
@ -26,5 +26,5 @@ private:
|
|||
|
||||
RefPtr<ImageDecoder> m_image_decoder;
|
||||
mutable RefPtr<GraphicsBitmap> m_bitmap;
|
||||
ByteBuffer m_image_data;
|
||||
ByteBuffer m_encoded_data;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue