Added implementation for GetPrimaryContentShell now that it was added to nsIDocShellTreeOwner. r=hyatt

This commit is contained in:
tbogard@aol.net
2000-02-02 02:28:32 +00:00
parent 67498884ed
commit 096de7ca8a
2 changed files with 10 additions and 0 deletions

View File

@@ -127,6 +127,11 @@ NS_IMETHODIMP nsContentTreeOwner::ContentShellAdded(nsIDocShellTreeItem* aConten
return NS_OK;
}
NS_IMETHODIMP nsContentTreeOwner::GetPrimaryContentShell(nsIDocShellTreeItem** aShell)
{
return mXULWindow->GetPrimaryContentShell(aShell);
}
NS_IMETHODIMP nsContentTreeOwner::GetNewBrowserChrome(PRInt32 aChromeFlags,
nsIWebBrowserChrome** aWebBrowserChrome)
{