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:
parent
a2271263d0
commit
a230da72a6
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user