Checking in support for intrinsic sizing of chrome.

git-svn-id: svn://10.0.0.236/trunk@38310 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
1999-07-04 04:09:54 +00:00
parent f9c8a5f23b
commit 0783f2a892
23 changed files with 833 additions and 172 deletions

View File

@@ -1009,7 +1009,7 @@ nsIWebShellWindow* FindWebShellWindow(nsIXULWindowCallbacks* inCallbacks)
&aWindow,
nsnull,
inCallbacks, // callbacks
windowWidth, windowHeight);
NS_SIZETOCONTENT, NS_SIZETOCONTENT);
if (NS_FAILED(rv))
return nsnull;
return aWindow;