mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 13:12:46 +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
				
			
		|  | @ -32,8 +32,8 @@ public: | |||
|     bool is_document() const { return type() == NodeType::DOCUMENT_NODE; } | ||||
|     bool is_parent_node() const { return is_element() || is_document(); } | ||||
| 
 | ||||
|     virtual RefPtr<LayoutNode> create_layout_node(const StyleResolver&, const StyleProperties* parent_properties) const = 0; | ||||
|     RefPtr<LayoutNode> create_layout_tree(const StyleResolver&, const StyleProperties* parent_properties) const; | ||||
|     virtual RefPtr<LayoutNode> create_layout_node(const StyleResolver&, const StyleProperties* parent_style) const = 0; | ||||
|     RefPtr<LayoutNode> create_layout_tree(const StyleResolver&, const StyleProperties* parent_style) const; | ||||
| 
 | ||||
|     virtual String tag_name() const = 0; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling