mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: cefclient: Fix assertions with --use-views --multi-threaded-message-loop
This commit is contained in:
@@ -89,8 +89,9 @@ class RootWindowViews : public RootWindow,
|
||||
private:
|
||||
void CreateClientHandler(const std::string& url);
|
||||
|
||||
void InitOnMainThread(const CefBrowserSettings& settings,
|
||||
const std::string& startup_url);
|
||||
void InitOnUIThread(const CefBrowserSettings& settings,
|
||||
const std::string& startup_url,
|
||||
CefRefPtr<CefRequestContext> request_context);
|
||||
void CreateViewsWindow(const CefBrowserSettings& settings,
|
||||
const std::string& startup_url,
|
||||
CefRefPtr<CefRequestContext> request_context,
|
||||
|
Reference in New Issue
Block a user