Bug 1158541 - Remove TiledTextureImage::mSize; r=jrmuizel

This member is never initialized to anything so it always contains a (0,0)
size, and it shadows the protected mSize member in the base class which is
actually initialized to the correct size.
This commit is contained in:
Ehsan Akhgari 2015-04-25 09:43:33 -04:00
parent cdd0224ca7
commit 4043bb9966

View File

@ -329,7 +329,6 @@ protected:
void* mIterationCallbackData;
nsTArray< nsRefPtr<TextureImage> > mImages;
bool mInUpdate;
gfx::IntSize mSize;
unsigned int mTileSize;
unsigned int mRows, mColumns;
GLContext* mGL;