mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:47:35 +00:00
LibHTML: Add Document::force_layout()
..for when you really need a layout to happen right now. Also, automatically repaint the layout root after layout.
This commit is contained in:
parent
d24164ac6a
commit
98ff8ef0cf
2 changed files with 8 additions and 0 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
void set_visited_link_color(Color);
|
||||
|
||||
void layout();
|
||||
void force_layout();
|
||||
|
||||
void update_style();
|
||||
void update_layout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue