mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user