From 713c4c17a7474b1a471f49618aaf02e4df6c4a2b Mon Sep 17 00:00:00 2001 From: "troy%netscape.com" Date: Sun, 25 Apr 1999 04:14:06 +0000 Subject: [PATCH] Fixed a comment git-svn-id: svn://10.0.0.236/trunk@29102 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsCSSRendering.cpp | 4 ++-- mozilla/layout/html/style/src/nsCSSRendering.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/layout/base/nsCSSRendering.cpp b/mozilla/layout/base/nsCSSRendering.cpp index 88cdf11ccc2..0e2db8aa10e 100644 --- a/mozilla/layout/base/nsCSSRendering.cpp +++ b/mozilla/layout/base/nsCSSRendering.cpp @@ -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, diff --git a/mozilla/layout/html/style/src/nsCSSRendering.cpp b/mozilla/layout/html/style/src/nsCSSRendering.cpp index 88cdf11ccc2..0e2db8aa10e 100644 --- a/mozilla/layout/html/style/src/nsCSSRendering.cpp +++ b/mozilla/layout/html/style/src/nsCSSRendering.cpp @@ -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,