Make sure RenderViewCreated is called at least one time since it does not appear to currently be called for popup windows (issue #892).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1128 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-03-05 18:27:46 +00:00
parent d70ab2b99c
commit 9b9c283ec2
1 changed files with 3 additions and 0 deletions

View File

@ -1937,6 +1937,9 @@ CefBrowserHostImpl::CefBrowserHostImpl(
placeholder_frame_ =
new CefFrameHostImpl(this, CefFrameHostImpl::kInvalidFrameId, true);
// Make sure RenderViewCreated is called at least one time.
RenderViewCreated(web_contents->GetRenderViewHost());
}
CefRefPtr<CefFrame> CefBrowserHostImpl::GetOrCreateFrame(