Fix OSR transparency after navigating to cross-origin (fixes issue #3043)

This commit is contained in:
Marshall Greenblatt
2020-11-25 13:09:28 -05:00
parent fc87911e98
commit 8bb770500e

View File

@@ -130,7 +130,9 @@ CefWebContentsViewOSR::CreateViewForChildWidget(
void CefWebContentsViewOSR::SetPageTitle(const base::string16& title) {}
void CefWebContentsViewOSR::RenderViewReady() {}
void CefWebContentsViewOSR::RenderViewReady() {
RenderViewCreated();
}
void CefWebContentsViewOSR::RenderViewHostChanged(
content::RenderViewHost* old_host,