mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 07:09:47 +00:00
LibWebView: Forward declare WebView option structures
This commit is contained in:
parent
fc4a7477a8
commit
0416961133
Notes:
github-actions[bot]
2025-06-10 16:06:21 +00:00
Author: https://github.com/trflynn89
Commit: 0416961133
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5026
1 changed files with 2 additions and 0 deletions
|
@ -23,12 +23,14 @@ class WebUI;
|
||||||
|
|
||||||
struct Attribute;
|
struct Attribute;
|
||||||
struct AutocompleteEngine;
|
struct AutocompleteEngine;
|
||||||
|
struct BrowserOptions;
|
||||||
struct ConsoleOutput;
|
struct ConsoleOutput;
|
||||||
struct CookieStorageKey;
|
struct CookieStorageKey;
|
||||||
struct DOMNodeProperties;
|
struct DOMNodeProperties;
|
||||||
struct Mutation;
|
struct Mutation;
|
||||||
struct ProcessHandle;
|
struct ProcessHandle;
|
||||||
struct SearchEngine;
|
struct SearchEngine;
|
||||||
|
struct WebContentOptions;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue