Fixed a comment

git-svn-id: svn://10.0.0.236/trunk@29102 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com
1999-04-25 04:14:06 +00:00
parent fb1366a173
commit 713c4c17a7
2 changed files with 4 additions and 4 deletions

View File

@@ -1638,8 +1638,8 @@ void nsCSSRendering::PaintBorderEdges(nsIPresContext& aPresContext,
// -(aTileWidth - 1) <= anchor.x <= 0
// -(aTileHeight - 1) <= anchor.y <= 0
//
// i.e., they are either 0 or a negative number which is less than the
// tile size in that dimension
// i.e., they are either 0 or a negative number whose absolute value is
// less than the tile size in that dimension
static void
ComputeBackgroundAnchorPoint(const nsStyleColor& aColor,
const nsRect& aBounds,

View File

@@ -1638,8 +1638,8 @@ void nsCSSRendering::PaintBorderEdges(nsIPresContext& aPresContext,
// -(aTileWidth - 1) <= anchor.x <= 0
// -(aTileHeight - 1) <= anchor.y <= 0
//
// i.e., they are either 0 or a negative number which is less than the
// tile size in that dimension
// i.e., they are either 0 or a negative number whose absolute value is
// less than the tile size in that dimension
static void
ComputeBackgroundAnchorPoint(const nsStyleColor& aColor,
const nsRect& aBounds,