mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Linux: Add multi-threaded message loop support (issue #2512)
This commit is contained in:
@@ -106,6 +106,8 @@ class RootWindowManager : public RootWindow::Delegate {
|
||||
const base::Closure& close_callback,
|
||||
bool with_osr) OVERRIDE;
|
||||
|
||||
void CleanupOnUIThread();
|
||||
|
||||
const bool terminate_when_all_windows_closed_;
|
||||
bool request_context_per_browser_;
|
||||
bool request_context_shared_cache_;
|
||||
@@ -124,7 +126,7 @@ class RootWindowManager : public RootWindow::Delegate {
|
||||
CefRefPtr<CefBrowser> active_browser_;
|
||||
|
||||
// Singleton window used as the temporary parent for popup browsers.
|
||||
TempWindow temp_window_;
|
||||
scoped_ptr<TempWindow> temp_window_;
|
||||
|
||||
CefRefPtr<CefRequestContext> shared_request_context_;
|
||||
|
||||
|
Reference in New Issue
Block a user