зеркало из https://github.com/mozilla/gecko-dev.git
b=525984; [webgl] reset mThebesSurface on OSX in case of error to avoid crash; r=jrmuizel
This commit is contained in:
Родитель
b112d82884
Коммит
85abed396c
|
@ -229,6 +229,7 @@ nsGLPbufferCGL::ThebesSurface()
|
|||
mThebesSurface = new gfxImageSurface(gfxIntSize(mWidth, mHeight), gfxASurface::ImageFormatARGB32);
|
||||
if (mThebesSurface->CairoStatus() != 0) {
|
||||
fprintf (stderr, "image surface failed\n");
|
||||
mThebesSurface = nsnull;
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче