mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-03 23:01:31 +00:00
made resizereflow() an ns_imethod.
This commit is contained in:
parent
558f6ef045
commit
342c9f13ca
@ -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…
Reference in New Issue
Block a user