mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-25 03:31:55 +00:00
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
This commit is contained in:
parent
61ef17b87a
commit
667b31746a
Notes:
sideshowbarker
2024-07-19 11:41:52 +09:00
Author: https://github.com/awesomekling
Commit: 667b31746a
5 changed files with 13 additions and 13 deletions
|
@ -30,7 +30,7 @@ void HTMLImageElement::load_image(const String& src)
|
|||
}
|
||||
|
||||
m_bitmap = load_png_from_memory(data.data(), data.size());
|
||||
document().invalidate_layout();
|
||||
document().update_layout();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue