Fixed a comment
git-svn-id: svn://10.0.0.236/trunk@29102 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user