mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:17:35 +00:00
HackStudio: Replace InProcessWebView with OutOfProcessWebView
This commit is contained in:
parent
f0ba536095
commit
b797de3adf
2 changed files with 11 additions and 10 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue