Followup to bug 775436: Fix thinko. r=gal

This commit is contained in:
Chris Jones 2012-07-19 21:34:21 -07:00
parent 0701e084e5
commit a297e6c928

View File

@ -987,7 +987,7 @@ ShadowThebesLayerOGL::Swap(const ThebesBuffer& aNewFront,
*aNewBack = aNewFront;
*aNewBackValidRegion = mValidRegion;
*aReadOnlyFront = aNewFront;
*aReadOnlyFront = null_t();
aFrontUpdatedRegion->SetEmpty();
}