Fix OSR popup transparency (issue #2099)

This commit is contained in:
Marshall Greenblatt
2017-02-15 16:03:00 -05:00
parent 897c0f01ed
commit c82ef82c21
3 changed files with 8 additions and 3 deletions

View File

@@ -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(