1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00

TextEditor: Replace InProcessWebView with OutOfProcessWebView

This commit is contained in:
Linus Groh 2020-10-08 21:12:10 +01:00 committed by Andreas Kling
parent 9f3789cdc7
commit f6af2d747e
4 changed files with 6 additions and 5 deletions

View file

@ -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;