mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-04 07:10:57 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
	
		
			259 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
	
		
			259 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| 
								 | 
							
								#include <LibHTML/DOM/Element.h>
							 | 
						||
| 
								 | 
							
								#include <LibHTML/Layout/LayoutTableCell.h>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								LayoutTableCell::LayoutTableCell(const Element& element, NonnullRefPtr<StyleProperties> style)
							 | 
						||
| 
								 | 
							
								    : LayoutBlock(&element, move(style))
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								LayoutTableCell::~LayoutTableCell()
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								}
							 |