mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibWeb: Add Document::invalidate_layout()
This function allows you to throw away the entire layout tree if that's something you want to do. It's certainly not super cheap to reconstruct, but hey, who am I to tell you what to do? :^)
This commit is contained in:
parent
90a53b3520
commit
1146ab0fae
2 changed files with 10 additions and 1 deletions
|
@ -106,6 +106,7 @@ public:
|
|||
|
||||
void layout();
|
||||
void force_layout();
|
||||
void invalidate_layout();
|
||||
|
||||
void update_style();
|
||||
void update_layout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue