Back out 921c2e13b45e (bug 770144) for reftest bustage

This commit is contained in:
Phil Ringnalda 2012-07-02 21:04:38 -07:00
parent 08ed8a4a44
commit 0c72c07a23

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());
aLayer->InvalidateRegion(rgn);
#ifdef DEBUG_INVALIDATIONS
nsCAutoString str;