Reduced the default number of nsBandTrapezoids to reduce stack space used (bug #10310)
git-svn-id: svn://10.0.0.236/trunk@44918 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -28,7 +28,7 @@ nsBlockBandData::nsBlockBandData()
|
||||
mSpaceManagerY(0),
|
||||
mSpace(0, 0)
|
||||
{
|
||||
mSize = 12;
|
||||
mSize = NS_BLOCK_BAND_DATA_TRAPS;
|
||||
mTrapezoids = mData;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user