mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
TextEditor: Replace InProcessWebView with OutOfProcessWebView
This commit is contained in:
parent
9f3789cdc7
commit
f6af2d747e
Notes:
sideshowbarker
2024-07-19 01:58:08 +09:00
Author: https://github.com/linusg
Commit: f6af2d747e
Pull-request: https://github.com/SerenityOS/serenity/pull/3727
4 changed files with 6 additions and 5 deletions
|
@ -148,6 +148,7 @@ namespace Web {
|
|||
class EventHandler;
|
||||
class Frame;
|
||||
class FrameLoader;
|
||||
class InProcessWebView;
|
||||
class LayoutBlock;
|
||||
class LayoutButton;
|
||||
class LayoutCheckBox;
|
||||
|
@ -159,9 +160,9 @@ class LineBox;
|
|||
class LineBoxFragment;
|
||||
class LoadRequest;
|
||||
class Origin;
|
||||
class OutOfProcessWebView;
|
||||
class Page;
|
||||
class PageClient;
|
||||
class InProcessWebView;
|
||||
class PaintContext;
|
||||
class Resource;
|
||||
class ResourceLoader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue