mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:02:44 +00:00 
			
		
		
		
	LibWeb: Visit ImageProvider from Layout::ImageBox
Adds missing visit of HTMLElement that serves as image provider of image layout node.
This commit is contained in:
		
							parent
							
								
									9fa22b60cf
								
							
						
					
					
						commit
						ef01c735cd
					
				
					 6 changed files with 13 additions and 0 deletions
				
			
		|  | @ -91,6 +91,7 @@ public: | |||
|     virtual Optional<CSSPixelFraction> intrinsic_aspect_ratio() const override; | ||||
|     virtual RefPtr<Gfx::ImmutableBitmap> current_image_bitmap(Gfx::IntSize = {}) const override; | ||||
|     virtual void set_visible_in_viewport(bool) override; | ||||
|     virtual JS::NonnullGCPtr<DOM::Element const> to_html_element() const override { return *this; } | ||||
| 
 | ||||
|     virtual void visit_edges(Cell::Visitor&) override; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Aliaksandr Kalenik
						Aliaksandr Kalenik