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:
Haojian Wu 2014-06-13 01:27:39 -07:00 committed by Tobias Taschner
parent f349e5df6c
commit 9061615ec6
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
3 changed files with 9 additions and 3 deletions

View file

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