1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:07:45 +00:00

LibWeb: Mark elements for style update after their children change

This commit is contained in:
Andreas Kling 2021-10-12 17:53:52 +02:00
parent 1b6f0f857e
commit edbd8b22e8
2 changed files with 7 additions and 0 deletions

View file

@ -122,6 +122,7 @@ public:
protected:
RefPtr<Layout::Node> create_layout_node() override;
virtual void children_changed() override;
private:
Attribute* find_attribute(const FlyString& name);