b=397303, thebes rendering of inset/outset borders slow, bandaid; r+sr=roc

This commit is contained in:
vladimir@pobox.com 2008-01-14 14:36:30 -08:00
Родитель 9de5b38b57
Коммит 656968149f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -975,7 +975,8 @@ NumBorderPasses (PRUint8 *borderStyles,
case NS_STYLE_BORDER_STYLE_OUTSET:
case NS_STYLE_BORDER_STYLE_GROOVE:
case NS_STYLE_BORDER_STYLE_RIDGE:
numBorderPasses = 2;
/* XXX See bug 397303 why this is 4 instead of 2; this could be optimized further */
numBorderPasses = 4;
break;
case NS_STYLE_BORDER_STYLE_SOLID: