Merge revision 1128 changes:

- 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/branches/1364@1129 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-03-05 18:28:05 +00:00
parent a86fc1de13
commit 69e7adef40
1 changed files with 3 additions and 0 deletions

View File

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