Bug 575521 - bustage fix. r=me a=b

This commit is contained in:
Joe Drew 2010-11-11 16:04:36 -05:00
parent 32b749f30e
commit 5d143ec57b

View File

@ -286,7 +286,7 @@ protected:
mBackingSurface->Format() != format)
{
mUpdateSurface = nsnull;
mClippedRect = nsIntRect(0, 0, 0, 0);
mUpdateOffset = nsIntPoint(0, 0);
// We need to (re)create our backing store. Let the base class to that.
return BasicTextureImage::BeginUpdate(aRegion);
}