mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
LibWeb: Merge Document::layout() and Document::update_layout()
There is now only Document::update_layout().
This commit is contained in:
parent
dbfce38c90
commit
3c9dcec442
5 changed files with 6 additions and 15 deletions
|
@ -117,7 +117,6 @@ public:
|
|||
Color visited_link_color() const;
|
||||
void set_visited_link_color(Color);
|
||||
|
||||
void layout();
|
||||
void force_layout();
|
||||
void invalidate_layout();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue