mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +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
|
@ -5,6 +5,7 @@ endpoint WebContentServer = 89
|
|||
UpdateSystemTheme(i32 shbuf_id) =|
|
||||
|
||||
LoadURL(URL url) =|
|
||||
LoadHTML(String html, URL url) =|
|
||||
|
||||
Paint(Gfx::IntRect content_rect, i32 shbuf_id) =|
|
||||
SetViewportRect(Gfx::IntRect rect) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue