Bug 1179987 - Remove painted region from SurfaceDescriptorTiles since it isn't used any more. r=nical

This commit is contained in:
Matt Woodrow
2015-07-15 13:36:12 -04:00
parent a571d98de4
commit 827045078c
3 changed files with 1 additions and 3 deletions

View File

@@ -379,7 +379,6 @@ TiledLayerBufferComposite::Clear()
mTiles.mFirst = TileIntPoint();
mTiles.mSize = TileIntSize();
mValidRegion = nsIntRegion();
mPaintedRegion = nsIntRegion();
mResolution = 1.0;
}