mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:15:07 +00:00
LibHTML: Rename "style_properties" to "style" everywhere
This commit is contained in:
parent
de49714f36
commit
15f3e64862
12 changed files with 53 additions and 53 deletions
|
@ -7,9 +7,9 @@
|
|||
//#define DRAW_BOXES_AROUND_LAYOUT_NODES
|
||||
//#define DRAW_BOXES_AROUND_HOVERED_NODES
|
||||
|
||||
LayoutNode::LayoutNode(const Node* node, RefPtr<StyleProperties> style_properties)
|
||||
LayoutNode::LayoutNode(const Node* node, RefPtr<StyleProperties> style)
|
||||
: m_node(node)
|
||||
, m_style_properties(move(style_properties))
|
||||
, m_style(move(style))
|
||||
{
|
||||
if (m_node)
|
||||
m_node->set_layout_node({}, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue