Bug 938591 - Fix a test on a CLOSED TREE. r=me

This commit is contained in:
Nicolas Silva 2014-01-07 19:00:26 +01:00
parent 0fb260c968
commit beb9fef788

View File

@ -253,6 +253,8 @@ TextureImageTextureSourceOGL::Update(gfx::DataSourceSurface* aSurface,
mTexImage = CreateTextureImage(mGL,
size,
gfx::ContentForFormat(aSurface->GetFormat()),
WrapMode(mGL, mFlags & TEXTURE_ALLOW_REPEAT),
FlagsToGLFlags(mFlags),
SurfaceFormatToImageFormat(aSurface->GetFormat()));
}
}