Merge m-c to b-s.

This commit is contained in:
Kyle Huey
2012-08-15 06:25:20 -07:00
501 changed files with 4348 additions and 2807 deletions

View File

@@ -73,8 +73,7 @@
#include "imgIRequest.h"
#include "nsLayoutCID.h"
#include "nsUnicharUtils.h"
#include "nsLayoutErrors.h"
#include "nsContentErrors.h"
#include "nsError.h"
#include "nsContainerFrame.h"
#include "nsBoxLayoutState.h"
#include "nsBlockFrame.h"
@@ -5089,6 +5088,10 @@ nsIFrame::GetPreEffectsVisualOverflowRect() const
/* virtual */ bool
nsFrame::UpdateOverflow()
{
MOZ_ASSERT(!(mState & NS_FRAME_SVG_LAYOUT) ||
!(mState & NS_STATE_SVG_NONDISPLAY_CHILD),
"Non-display SVG do not maintain visual overflow rects");
nsRect rect(nsPoint(0, 0), GetSize());
nsOverflowAreas overflowAreas(rect, rect);