1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +00:00

HackStudio: Replace InProcessWebView with OutOfProcessWebView

This commit is contained in:
Linus Groh 2020-10-08 21:47:00 +01:00 committed by Andreas Kling
parent f0ba536095
commit b797de3adf
2 changed files with 11 additions and 10 deletions

View file

@ -100,7 +100,7 @@ private:
RefPtr<GUI::Window> m_documentation_tooltip_window;
OwnPtr<AutoCompleteBox> m_autocomplete_box;
RefPtr<Web::InProcessWebView> m_documentation_page_view;
RefPtr<Web::OutOfProcessWebView> m_documentation_page_view;
String m_last_parsed_token;
GUI::TextPosition m_previous_text_position { 0, 0 };
bool m_hovering_editor { false };