mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix OSR popup transparency (issue #2099)
This commit is contained in:
@@ -40,7 +40,7 @@ void CefBrowserPlatformDelegateOsr::WebContentsCreated(
|
||||
DCHECK(!view_osr_->web_contents());
|
||||
|
||||
// Associate the WebContents with the OSR view.
|
||||
view_osr_->set_web_contents(web_contents);
|
||||
view_osr_->WebContentsCreated(web_contents);
|
||||
}
|
||||
|
||||
void CefBrowserPlatformDelegateOsr::BrowserCreated(
|
||||
|
Reference in New Issue
Block a user