made resizereflow() an ns_imethod.

This commit is contained in:
michaelp%netscape.com 1998-08-28 02:49:49 +00:00
parent 558f6ef045
commit 342c9f13ca
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;