mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
LibWebView+WebContent: Add a WebContent IPC to take DOM node screenshots
This commit is contained in:
committed by
Andreas Kling
parent
a7b98a9761
commit
f7de1369d2
@@ -91,6 +91,7 @@ public:
|
||||
Full,
|
||||
};
|
||||
ErrorOr<void> take_screenshot(ScreenshotType);
|
||||
ErrorOr<void> take_dom_node_screenshot(i32);
|
||||
|
||||
void set_user_style_sheet(String source);
|
||||
// Load Native.css as the User style sheet, which attempts to make WebView content look as close to
|
||||
|
||||
Reference in New Issue
Block a user