mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 02:13:56 +09:00
WebContent+LibWebView: Add support for user style sheets
This commit is contained in:
parent
6dcd8d4a2c
commit
ec340f03a5
Notes:
sideshowbarker
2024-07-18 00:34:07 +09:00
Author: https://github.com/AtkinsSJ
Commit: ec340f03a5
Pull-request: https://github.com/SerenityOS/serenity/pull/20699
7 changed files with 24 additions and 1 deletions
|
@ -54,6 +54,8 @@ public:
|
|||
// In practice, this means that OOPWV may render scaled stale versions of the content while resizing.
|
||||
void set_content_scales_to_viewport(bool);
|
||||
|
||||
void set_user_style_sheet(String source);
|
||||
|
||||
private:
|
||||
OutOfProcessWebView();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue