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:
		@@ -25,6 +25,9 @@ class BrowserWindow : public ClientHandler::Delegate {
 | 
			
		||||
    // Called when the browser has been created.
 | 
			
		||||
    virtual void OnBrowserCreated(CefRefPtr<CefBrowser> browser) = 0;
 | 
			
		||||
 | 
			
		||||
    // Called when the BrowserWindow is closing.
 | 
			
		||||
    virtual void OnBrowserWindowClosing() {}
 | 
			
		||||
 | 
			
		||||
    // Called when the BrowserWindow has been destroyed.
 | 
			
		||||
    virtual void OnBrowserWindowDestroyed() = 0;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user