Changed space manager to pass in the frame that's associated with a block
of unavailable space git-svn-id: svn://10.0.0.236/trunk@479 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -407,7 +407,7 @@ void SpaceManager::AddRectToBand(nsRect* aBand,
|
||||
// | R |
|
||||
// +-----+
|
||||
//
|
||||
void SpaceManager::AddRectRegion(const nsRect& aUnavailableSpace)
|
||||
void SpaceManager::AddRectRegion(const nsRect& aUnavailableSpace, nsIFrame* aFrame)
|
||||
{
|
||||
// Convert from local to world coordinates
|
||||
nsRect rect(aUnavailableSpace.x + mX, aUnavailableSpace.y + mY,
|
||||
|
||||
Reference in New Issue
Block a user