mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:27:43 +00:00
LibHTML: Rename Document's invalidate_{style,layout}() to update_foo()
This commit is contained in:
parent
61ef17b87a
commit
667b31746a
5 changed files with 13 additions and 13 deletions
|
@ -67,9 +67,9 @@ public:
|
|||
|
||||
void layout();
|
||||
|
||||
void invalidate_style();
|
||||
void invalidate_layout();
|
||||
Function<void()> on_invalidate_layout;
|
||||
void update_style();
|
||||
void update_layout();
|
||||
Function<void()> on_layout_updated;
|
||||
|
||||
virtual bool is_child_allowed(const Node&) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue