mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 10:47:44 +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
|
@ -62,6 +62,8 @@ public:
|
|||
void load(const URL&);
|
||||
void load(const LoadRequest&);
|
||||
|
||||
void load_html(const StringView&, const URL&);
|
||||
|
||||
bool handle_mouseup(const Gfx::IntPoint&, unsigned button, unsigned modifiers);
|
||||
bool handle_mousedown(const Gfx::IntPoint&, unsigned button, unsigned modifiers);
|
||||
bool handle_mousemove(const Gfx::IntPoint&, unsigned buttons, unsigned modifiers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue