mirror of
https://github.com/RGBCube/serenity
synced 2025-06-30 05:32:07 +00:00
LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_data
This commit is contained in:
parent
61f2704d58
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