Remove CEF message loop running to client.
Running CEF message loop inside wxWebviewChromium internal will get segument fault, while moving to client doesn't. Reset to the previous client solution to avoid segument falut, since I don't figure out the segument fault reason.
This commit is contained in:
parent
f349e5df6c
commit
9061615ec6
3 changed files with 9 additions and 3 deletions
|
|
@ -221,7 +221,7 @@ public:
|
|||
// If using a separate subprocess then return the result of this function
|
||||
static int StartUpSubprocess();
|
||||
static void Shutdown();
|
||||
static void RunCEFMessageLoopOnIdle(wxIdleEvent& event);
|
||||
static void RunCEFMessageLoopOnIdle();
|
||||
|
||||
protected:
|
||||
virtual void DoSetPage(const wxString& html, const wxString& baseUrl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue