mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +00:00
LibHTML: Fetch the box edge values needed for block width computation.
This commit is contained in:
parent
af23b38418
commit
f88c5860df
4 changed files with 42 additions and 2 deletions
|
@ -49,6 +49,9 @@ public:
|
|||
|
||||
virtual LayoutNode& inline_wrapper() { return *this; }
|
||||
|
||||
StyledNode* styled_node() { return m_styled_node; }
|
||||
const StyledNode* styled_node() const { return m_styled_node; }
|
||||
|
||||
protected:
|
||||
explicit LayoutNode(const Node*, const StyledNode*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue