Changes nsIView and nsIScrollableView interfaces to conform to

XPCOM conventions


git-svn-id: svn://10.0.0.236/trunk@8848 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1998-08-30 19:16:11 +00:00
parent e72a6e6400
commit fd0d7ccb59
26 changed files with 603 additions and 418 deletions

View File

@@ -270,7 +270,7 @@ nsObjectFrame::Reflow(nsIPresContext& aPresContext,
GetView(view);
widget = view->GetWidget();
view->GetWidget(widget);
widget->GetBounds(wrect);
nsAutoString src, base, fullurl;