Backout 3175d72d8a40 (bug 770144) for turning 611498-1.html permaorange

This commit is contained in:
Ed Morley 2012-07-03 11:58:04 +01:00
parent 847da3363a
commit 7cff997d09

View File

@ -690,7 +690,6 @@ InvalidatePostTransformRegion(ThebesLayer* aLayer, const nsIntRegion& aRegion,
// to the ThebesLayer's own coordinates
nsIntRegion rgn = aRegion;
rgn.MoveBy(-aTranslation);
rgn.And(rgn, aLayer->GetVisibleRegion().GetBounds());
aLayer->InvalidateRegion(rgn);
#ifdef DEBUG_INVALIDATIONS
nsCAutoString str;