Set cef messageloop running inside wxWebviewChromium instead of client

side.
This commit is contained in:
Haojian Wu 2014-06-09 17:53:18 +08:00 committed by Tobias Taschner
parent 49f183ce41
commit d51a8d20f7
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
3 changed files with 5 additions and 9 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 RunMessageLoopOnce();
static void RunCEFMessageLoopOnIdle(wxIdleEvent& event);
protected:
virtual void DoSetPage(const wxString& html, const wxString& baseUrl);