made resizereflow() an ns_imethod.

git-svn-id: svn://10.0.0.236/trunk@8669 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
michaelp%netscape.com 1998-08-28 02:49:49 +00:00
parent a2271263d0
commit a230da72a6
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ public:
* Reflow the frame model into a new width and height. The
* coordinates for aWidth and aHeight must be in standard nscoord's.
*/
virtual void ResizeReflow(nscoord aWidth, nscoord aHeight) = 0;
NS_IMETHOD ResizeReflow(nscoord aWidth, nscoord aHeight) = 0;
virtual nsIFrame* GetRootFrame() = 0;

View File

@ -75,7 +75,7 @@ public:
* Reflow the frame model into a new width and height. The
* coordinates for aWidth and aHeight must be in standard nscoord's.
*/
virtual void ResizeReflow(nscoord aWidth, nscoord aHeight) = 0;
NS_IMETHOD ResizeReflow(nscoord aWidth, nscoord aHeight) = 0;
virtual nsIFrame* GetRootFrame() = 0;