mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:52:45 +00:00 
			
		
		
		
	LibWeb: Add OutOfProcessWebView::load_html()
This commit is contained in:
		
							parent
							
								
									216ccaf805
								
							
						
					
					
						commit
						e40135fefd
					
				
					 7 changed files with 25 additions and 0 deletions
				
			
		|  | @ -46,6 +46,8 @@ public: | |||
|     URL url() const { return m_url; } | ||||
|     void load(const URL&); | ||||
| 
 | ||||
|     void load_html(const StringView&, const URL&); | ||||
| 
 | ||||
|     void notify_server_did_layout(Badge<WebContentClient>, const Gfx::IntSize& content_size); | ||||
|     void notify_server_did_paint(Badge<WebContentClient>, i32 shbuf_id); | ||||
|     void notify_server_did_invalidate_content_rect(Badge<WebContentClient>, const Gfx::IntRect&); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Linus Groh
						Linus Groh