Bug 73382. Add important documentation comment. r=kmcclusk,rs=attinasi

This commit is contained in:
roc+%cs.cmu.edu 2001-10-23 01:37:29 +00:00
parent b5ba390898
commit 3b44b1647d
2 changed files with 3 additions and 3 deletions

View File

@ -248,7 +248,7 @@ public:
/**
* Sets the clipping for the RenderingContext to the passed in region
* @param aRegion The region to set the clipping area to
* @param aRegion The region to set the clipping area to, IN DEVICE COORDINATES
* @param aCombine how to combine this region with the current clip region.
* see the bottom of nsIRenderingContext.h
* @return PR_TRUE if the clip region is now empty, else PR_FALSE

View File

@ -51,7 +51,7 @@ public:
* hold a reference to the view manager
* @param aView view to be refreshed.
* @param aContext rendering context to be used during the refresh.
* @param aRegion region of the view to be refreshed.
* @param aRegion region of the view to be refreshed, IN DEVICE COORDINATES
* @param aUpdateFlags see bottom of nsIViewManager.h for description
* @result The result of the notification, NS_OK if no errors
*/
@ -67,7 +67,7 @@ public:
* hold a reference to the view manager
* @param aView view that was refreshed.
* @param aContext rendering context that was used during the refresh.
* @param aRegion region of the view that was refreshed.
* @param aRegion region of the view that was refreshed, IN DEVICE COORDINATES
* @param aUpdateFlags see bottom of nsIViewManager.h for description
* @result The result of the notification, NS_OK if no errors
*/