mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:07:35 +00:00
LibWeb: Add element adjust_computed_style and move set_property() to it
This commit is contained in:
parent
928287b782
commit
69e4f924b7
9 changed files with 30 additions and 23 deletions
|
@ -212,6 +212,7 @@ public:
|
|||
JS::NonnullGCPtr<Geometry::DOMRectList> get_client_rects() const;
|
||||
|
||||
virtual JS::GCPtr<Layout::Node> create_layout_node(NonnullRefPtr<CSS::StyleProperties>);
|
||||
virtual void adjust_computed_style(CSS::StyleProperties&) { }
|
||||
|
||||
virtual void did_receive_focus() { }
|
||||
virtual void did_lose_focus() { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue