зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1079250 - SharedDataGonkOGL::DeleteTextureIfPresent to assert mCompositor rather than gl(). r=sotaro
This commit is contained in:
Родитель
fcec836573
Коммит
0836f2451a
|
@ -247,7 +247,7 @@ void
|
||||||
TextureSharedDataGonkOGL::DeleteTextureIfPresent()
|
TextureSharedDataGonkOGL::DeleteTextureIfPresent()
|
||||||
{
|
{
|
||||||
if (mTexture) {
|
if (mTexture) {
|
||||||
MOZ_ASSERT(gl());
|
MOZ_ASSERT(mCompositor);
|
||||||
if (gl() && gl()->MakeCurrent()) {
|
if (gl() && gl()->MakeCurrent()) {
|
||||||
gl()->fDeleteTextures(1, &mTexture);
|
gl()->fDeleteTextures(1, &mTexture);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче